diff options
| -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;  } |