Selaa lähdekoodia

hide drawer on small displays

Rodja Trappe 2 vuotta sitten
vanhempi
säilyke
aef7e15f6b
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      website/static/style.css

+ 6 - 0
website/static/style.css

@@ -113,6 +113,12 @@ dl.field-list p {
   }
 }
 
+@media only screen and (max-width: 600px) {
+  .q-drawer {
+    display: none;
+  }
+}
+
 /* google-webfonts-helper (https://gwfh.mranftl.com/fonts) */
 /* fira-sans-regular - latin */
 @font-face {