Przeglądaj źródła

Really fix buildings going off the screen

tags/v0.0.7a
Fen Dweller 5 lat temu
rodzic
commit
2d52b873de
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: E80B35A6F11C3656
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      gorge.css

+ 2
- 2
gorge.css Wyświetl plik

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


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


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


Ładowanie…
Anuluj
Zapisz