Explorar o código

Fix button scaling on mobile

ghorsington %!s(int64=4) %!d(string=hai) anos
pai
achega
58bdd7099f
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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) {