]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/baggy/css/main.css
Fix baggy on small screens
[github/wallabag/wallabag.git] / app / Resources / static / themes / baggy / css / main.css
index 61e7b22a707217db5b53cccfcfcaf25d37848193..44db2070b4b8feee2422f15fd7679be0b14682ef 100755 (executable)
@@ -1192,6 +1192,14 @@ pre code {
   }
 }
 
+@media screen and (max-height: 770px) {
+  .menu.users,
+  .menu.internal,
+  .menu.developer {
+    display: none;
+  }
+}
+
 @media screen and (max-width: 500px) {
   .entry {
     width: 100%;