浏览代码

Add a gap between the logs

master
Fen Dweller 3 年前
父节点
当前提交
b6ebdde02f
共有 2 个文件被更改,包括 4 次插入7 次删除
  1. +0
    -2
      stroll.html
  2. +4
    -5
      style.css

+ 0
- 2
stroll.html 查看文件

@@ -194,8 +194,6 @@
<button class="growth-amount" id="button-growth-100">100x</button>
</div>
</div>
<div id="growth-box-right">
</div>
</div>
</div>
<div class="log" id="log">


+ 4
- 5
style.css 查看文件

@@ -64,6 +64,7 @@ body.dark div {
margin: auto;
width: 100vw;
height: 100vh;
gap: 16px;
}

#stat-container {
@@ -94,6 +95,9 @@ body.dark div {
"stats actions"
"log react-log";
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 2fr;
width: 95vw;
height: 95vh;
}
#stat-container {

@@ -758,11 +762,6 @@ body.dark .meterLabel {
flex-wrap: wrap;
flex-direction: column;
text-align: left;
flex: 0 1 400px;
}

#growth-box-left {
height: 100%;
}

#growth-part-select {


正在加载...
取消
保存