浏览代码
Really fix buildings going off the screen
tags/v0.0.7a
找不到此签名对应的密钥
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) { |
|
|
|
|