使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
chemicalcrux
/
satiate
关注
1
点赞
0
派生
0
代码
工单
3
合并请求
0
版本发布
5
百科
动态
浏览代码
Make the actions and description boxes smaller, but also give the move window a max-width
tags/v0.1.3
Fen Dweller
5 年前
父节点
a919b98331
当前提交
d45a31bcb2
共有
1 个文件被更改
,包括
6 次插入
和
2 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+6
-2
satiate.css
+ 6
- 2
satiate.css
查看文件
@@ -310,11 +310,15 @@ a:hover {
@media (min-aspect-ratio: 1/1) {
#desc {
flex:
1
;
flex:
0.5
;
}
#actions {
flex: 1;
flex: 0.5;
}
#moves {
max-width: 600pt;
}
}
撰写
预览
正在加载...
取消
保存