diff options
Diffstat (limited to 'ext/mixed/css')
| -rw-r--r-- | ext/mixed/css/display.css | 9 | 
1 files changed, 4 insertions, 5 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index 65b8b466..d24aa58c 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -93,13 +93,12 @@ ol, ul {      font-size: 24px;  } -html:root[data-yomichan-page=search] body { -    min-height: 101vh; /* always show scroll bar to avoid scanning problems */ +.query-parser-term { +    margin-right: 5px;  } -#query-parser { -    margin-top: 10px; -    font-size: 24px; +html:root[data-yomichan-page=search] body { +    min-height: 101vh; /* always show scroll bar to avoid scanning problems */  }  |