Selaa lähdekoodia

Fix button scaling on mobile

ghorsington 4 vuotta sitten
vanhempi
commit
58bdd7099f
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      src/static/style/main.scss

+ 4 - 0
src/static/style/main.scss

@@ -13,6 +13,10 @@ $menu-label-color: hsl(0, 0%, 96%);
   div#main-view {
     min-height: initial;
   }
+
+  a.button-scale {
+    width: initial !important;
+  }
 }
 
 @media (min-width: $tablet) {