Parcourir la source

Really fix buildings going off the screen

tags/v0.0.7a
Fen Dweller il y a 5 ans
Parent
révision
2d52b873de
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: E80B35A6F11C3656
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      gorge.css

+ 2
- 2
gorge.css Voir le fichier

@@ -73,14 +73,14 @@ button {
right: 5%;
top: 20%;
height: 80%;
max-height: 80vh;
max-height: 70vh;
padding-bottom: 10px;
}

#buildings-list {
overflow-x: hidden;
overflow-y: scroll;
max-height: 80vh;
max-height: 70vh;
}

@media (max-aspect-ratio: 1/1) {


Chargement…
Annuler
Enregistrer