mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-23 23:20:57 +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;
|
||||
opacity: 0.9;
|
||||
}
|
||||
@media screen and (max-width: 800px) {
|
||||
div.pages.top {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
div.pages a.selected {
|
||||
color: black;
|
||||
font-weight: bolder;
|
||||
|
Loading…
Reference in New Issue
Block a user