ソースを参照

Fixed the action part panel having too small of a max height

tags/v0.7.0
Fen Dweller 8年前
コミット
e97305e384
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      style.css

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

@@ -135,7 +135,7 @@ body.dark #log {
}

.action-part-container {
max-height: 400px;
max-height: 1000px;
display: flex;
flex-wrap: wrap;
}


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