Browse Source

Don't show shitty top page nav thing on smaller/mobile browsers

tags/vichan-devel-4.4.96
Michael Foster 10 years ago
parent
commit
3714f37073
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      stylesheets/style.css

+ 5
- 0
stylesheets/style.css View File

@@ -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…
Cancel
Save