remove unused css

This commit is contained in:
siikamiika 2019-10-30 12:06:25 +02:00
parent d19f447b80
commit 530b95895b

View File

@ -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 * Search page
*/ */
@ -97,8 +93,13 @@ html:root[data-yomichan-page=search] body {
font-size: 24px; font-size: 24px;
} }
.highlight { html:root[data-yomichan-page=search] body {
background-color: lightblue; min-height: 101vh; /* always show scroll bar to avoid scanning problems */
}
#query-parser {
margin-top: 10px;
font-size: 24px;
} }