瀏覽代碼

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;
}


Loading…
取消
儲存