This website works better with JavaScript.
首頁
探索
說明
登入
herbert
/
Frontend
複製自
Sugoimusic/Frontend
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
flexbox-ify forum post headers to fix phantom padding from badges
undefined
spaghetti
8 年之前
committed by
Tomochin
父節點
334ba71081
當前提交
980eedcccc
共有
1 個文件被更改
,包括
9 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-2
static/styles/global.css
+ 9
- 2
static/styles/global.css
查看文件
@@ -601,19 +601,26 @@ tr.torrent .bookmark>a:after {
text-align: left;
}
.forum_post .colhead_dark div {
display: flex;
}
.forum_post .colhead_dark div > *{
margin-left: 2px;
margin-right: 2px;
}
.donor_icon {
margin-left: 2px;
margin-right: 2px;
max-width: 16px;
max-height: 16px;
position: relative;
top: 2px;
}
.badge_icon {
margin: 0px 2px;
position: relative;
top: 2px;
}
.donation_info {
Write
Preview
Loading…
取消
儲存