소스 검색

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 {


불러오는 중...
취소
저장