ソースを参照

Really fix buildings going off the screen

tags/v0.0.7a
Fen Dweller 6年前
コミット
2d52b873de
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: E80B35A6F11C3656
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      gorge.css

+ 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) {


読み込み中…
キャンセル
保存