remove unused css
This commit is contained in:
parent
d19f447b80
commit
530b95895b
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user