使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
Sugoimusic
/
Frontend
关注
2
点赞
0
派生
1
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Miscellaneous changes to bring public repo in line with private
This consists mostly of commits I somehow skipped over and didn't patch into the public repo
undefined
spaghetti
7 年前
committed by
Tomochin
父节点
1b77b1020d
当前提交
b36dceb317
共有
1 个文件被更改
,包括
9 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+9
-1
static/styles/global.css
+ 9
- 1
static/styles/global.css
查看文件
@@ -11,6 +11,10 @@
font-size: 110%;
}
.thin {
box-sizing: border-box;
}
.flex_input_container {
display: flex;
}
@@ -55,7 +59,11 @@ h2 .group_cat {
background-size: 16px 16px;
}
pre br {
code {
white-space: pre;
}
pre > br, code > br {
line-height: 0px;
display: none;
}
撰写
预览
正在加载...
取消
保存