1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-21 11:27:18 +00:00

adjust style (#3040)

This commit is contained in:
Michael An
2019-03-05 10:02:28 +08:00
committed by Daniel Pan
parent eee8589223
commit 1f1e45734f
2 changed files with 1 additions and 2 deletions

View File

@@ -29,7 +29,6 @@
.main .cur-view-container .seafile-comment {
height: 100%;
position: relative;
width: calc(100% - 5px);
}
.main .cur-view-right-part {
height: 100%;

View File

@@ -39,7 +39,7 @@
}
.seafile-comment-item {
overflow-y: hidden;
padding: 15px;
padding: 15px 10px;
}
.seafile-comment-item-resolved {
background-color: #e6ffed;