使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
chemicalcrux
/
stroll
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
11
百科
动态
浏览代码
Make the two logs look even on mobile.
tags/v1.1.2
Fen Dweller
5 年前
父节点
5302c0d702
当前提交
bbfdb50de2
共有
1 个文件被更改
,包括
4 次插入
和
5 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+4
-5
style.css
+ 4
- 5
style.css
查看文件
@@ -79,20 +79,19 @@ body.dark div {
position: fixed;
left: 0%;
bottom: 0%;
width:
50
%;
width:
48
%;
height: 50%;
max-height: 50%;
margin
: 0 0 1vh 0
;
margin
-left: 1vw
;
}
#react-log {
position: fixed;
right: 0%;
bottom: 0%;
width:
50
%;
width:
48
%;
height: 50%;
max-height: 50%;
margin: 1vh 0 0 0;
height: 40vh;
margin-right: 1vw;
}
.growth-part {
width: 100px !important;
撰写
预览
正在加载...
取消
保存