Browse Source

feat: Smaller width buttons on mobile (#561)

James Read 1 năm trước cách đây
mục cha
commit
775b3d3ca6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      webui.dev/style.css

+ 1 - 1
webui.dev/style.css

@@ -626,7 +626,7 @@ label.input-with-icons button:disabled {
 
 
 @media screen and (width <= 600px) {
 @media screen and (width <= 600px) {
   fieldset {
   fieldset {
-    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
+    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
   }
   }
 
 
   label {
   label {