This website works better with JavaScript.
首頁
探索
說明
登入
chemicalcrux
/
stroll
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
11
Wiki
Activity
瀏覽代碼
Fixed inner list elements being too wide
tags/v0.7.0^2
Fen Dweller
7 年之前
父節點
41a5459ef9
當前提交
733329447b
共有
1 個文件被更改
,包括
2 次插入
和
3 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
style.css
+ 2
- 3
style.css
查看文件
@@ -326,8 +326,7 @@ body.dark input[type="checkbox"]:checked+
display: none;
}
.flex-outer li,
.flex-inner {
.flex-outer li {
display: flex;
flex-wrap: wrap;
align-items: center;
@@ -392,7 +391,7 @@ body.light .flex-outer input[type="checkbox"]:checked + label:not(.custom-header
display: flex;
flex-wrap: wrap;
align-items: center;
width:
80%
;
width:
400px
;
}
body.light .has-tooltip {
Write
Preview
Loading…
取消
儲存