From e9f6ff2091fdeccb1ba2e9743a2362c36ae91c5c Mon Sep 17 00:00:00 2001 From: CyC2018 Date: Tue, 23 Apr 2019 15:32:59 +0800 Subject: [PATCH] auto commit --- docs/index.html | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index 0877bbb1..5520afc1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -20,7 +20,7 @@ display: none; } - h1 + ul { + h1+ul { display: block !important; } @@ -66,9 +66,26 @@ .markdown-section pre>code { font-family: Consolas, Roboto Mono, Monaco, courier, monospace !important; - font-size: .9rem !important; } + @media (min-width:600px) { + .markdown-section pre>code { + font-size: .9rem !important; + } + } + + @media (max-width:600px) { + .markdown-section pre>code { + padding-top: 5px; + padding-bottom: 5px; + } + + pre:after { + content: "" !important; + } + } + + /*.anchor span { color: rgb(66, 185, 131); }*/ @@ -371,7 +388,6 @@ - \ No newline at end of file