Explorar el Código

Fixed the action part panel having too small of a max height

tags/v0.7.0
Fen Dweller hace 8 años
padre
commit
e97305e384
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      style.css

+ 1
- 1
style.css Ver fichero

@@ -135,7 +135,7 @@ body.dark #log {
}

.action-part-container {
max-height: 400px;
max-height: 1000px;
display: flex;
flex-wrap: wrap;
}


Cargando…
Cancelar
Guardar