Kaynağa Gözat

Fix world getting cut off at the bottom on narrow screens

tags/v0.1.0
Fen Dweller 6 yıl önce
ebeveyn
işleme
01799a434a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      macrovision.css

+ 1
- 1
macrovision.css Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet