소스 검색
Really fix buildings going off the screen
tags/v0.0.7a
No known key found for this signature in database
GPG 키 ID: E80B35A6F11C3656
1개의 변경된 파일과
2개의 추가작업 그리고
2개의 파일을 삭제
-
gorge.css
|
|
|
@@ -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) { |
|
|
|
|