浏览代码

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


正在加载...
取消
保存