Parcourir la source

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

tags/v0.7.0
Fen Dweller il y a 8 ans
Parent
révision
e97305e384
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      style.css

+ 1
- 1
style.css Voir le fichier

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

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


Chargement…
Annuler
Enregistrer