ソースを参照

feat: Smaller width buttons on mobile (#561)

James Read 1 年間 前
コミット
775b3d3ca6
1 ファイル変更1 行追加1 行削除
  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) {
   fieldset {
-    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
+    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
   }
 
   label {