diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2019-10-30 12:06:25 +0200 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2019-11-23 17:40:52 +0200 |
commit | 530b95895bb8a807cbaea6a324323c49152c16ab (patch) | |
tree | 2af160a483816ba3ef2659d412071cdcd02519ac | |
parent | d19f447b80e286610a83114e2294a976a27adca5 (diff) |
remove unused css
-rw-r--r-- | ext/mixed/css/display.css | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index 81109fc6..65b8b466 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -73,10 +73,6 @@ ol, ul { } -html:root[data-yomichan-page=search] body { - min-height: 101vh; /* always show scroll bar to avoid scanning problems */ -} - /* * Search page */ @@ -97,8 +93,13 @@ html:root[data-yomichan-page=search] body { font-size: 24px; } -.highlight { - background-color: lightblue; +html:root[data-yomichan-page=search] body { + min-height: 101vh; /* always show scroll bar to avoid scanning problems */ +} + +#query-parser { + margin-top: 10px; + font-size: 24px; } |