瀏覽代碼

feature: Buttons are now fixed-width, so align to center

jamesread 2 年之前
父節點
當前提交
15d332012f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      webui/style.css

+ 1 - 0
webui/style.css

@@ -21,6 +21,7 @@ fieldset {
   grid-gap: 1em;
   padding: 0;
   text-align: center;
+  justify-content: center;
   border: 0;
 }