使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
Sugoimusic
/
Frontend
关注
2
点赞
0
派生
1
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
flexbox-ify forum post headers to fix phantom padding from badges
undefined
spaghetti
8 年前
committed by
Tomochin
父节点
334ba71081
当前提交
980eedcccc
共有
1 个文件被更改
,包括
9 次插入
和
2 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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 {
撰写
预览
正在加载...
取消
保存