Sfoglia il codice sorgente

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

tags/v0.7.0
Fen Dweller 8 anni fa
parent
commit
e97305e384
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      style.css

+ 1
- 1
style.css Vedi File

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

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


Loading…
Annulla
Salva