瀏覽代碼

I hate CSS

tags/v0.7.0
Fen Dweller 7 年之前
父節點
當前提交
2c67f7ad16
共有 1 個檔案被更改,包括 9 行新增2 行删除
  1. +9
    -2
      style.css

+ 9
- 2
style.css 查看文件

@@ -216,7 +216,9 @@ input[type="checkbox"]:checked ~ .reveal-if-active {
.custom-category-sub {
text-align: center;
margin: 10px;
width: 400px;
width: 500px;
padding: 0px;
margin: 0px;
}

body.light .custom-category {
@@ -285,6 +287,7 @@ body.dark input[type="checkbox"]:checked+
display: flex;
flex-wrap: wrap;
align-items: center;
text-align: center;
width: 500px;
}

@@ -299,12 +302,16 @@ body.dark input[type="checkbox"]:checked+
flex: 1 0 200px;
}

.flex-outer-sub {
padding: 0px;
}

.flex-outer-sub li,
.flex-inner {
display: flex;
flex-wrap: wrap;
align-items: center;
width: 400px;
width: 500px;
}

.flex-outer-sub label,


Loading…
取消
儲存