mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-28 01:10:51 +01:00
Don't show shitty top page nav thing on smaller/mobile browsers
This commit is contained in:
parent
c442502e74
commit
3714f37073
@ -328,6 +328,11 @@ div.pages.top {
|
|||||||
right: 0;
|
right: 0;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 800px) {
|
||||||
|
div.pages.top {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
div.pages a.selected {
|
div.pages a.selected {
|
||||||
color: black;
|
color: black;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
|
Loading…
Reference in New Issue
Block a user