Explorar el Código

Add a gap between the logs

master
Fen Dweller hace 3 años
padre
commit
b6ebdde02f
Se han modificado 2 ficheros con 4 adiciones y 7 borrados
  1. +0
    -2
      stroll.html
  2. +4
    -5
      style.css

+ 0
- 2
stroll.html Ver fichero

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


+ 4
- 5
style.css Ver fichero

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


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


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

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


#growth-part-select { #growth-part-select {


Cargando…
Cancelar
Guardar