ソースを参照

Fix world getting cut off at the bottom on narrow screens

tags/v0.1.0
Fen Dweller 6年前
コミット
01799a434a
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      macrovision.css

+ 1
- 1
macrovision.css ファイルの表示

@@ -72,7 +72,7 @@ body.toggle-entity-glow .entity-box:not(.selected) > img{
#main-area {
min-height: 0px;
display: flex;
flex: 1 0 90vh;
flex: 1 1 90vh;
width: 100%;
flex-direction: row;
}


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