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

update comment panel

This commit is contained in:
Michael An
2019-05-29 12:02:07 +08:00
parent 51e90a88d2
commit 3b5d9e2e36
12 changed files with 384 additions and 46 deletions

View File

@@ -104,7 +104,7 @@
}
.seafile-comment-footer {
background-color: #fafaf9;
padding: 10px 10px 0;
padding: 10px;
border-top: 1px solid #e5e5e5;
display: flex;
flex-direction: column;
@@ -132,3 +132,15 @@
width: 100%;
}
}
.detail-comments {
border-left: 0;
}
.detail-comments .seafile-comment-list {
margin-top: 0;
}
.detail-comments .seafile-comment-footer {
min-height: 140px;
}
.detail-comments .seafile-comment-footer .add-comment-input, .detail-comments .seafile-edit-comment .edit-comment-input {
width: 100%;
}

View File

@@ -168,4 +168,12 @@
.sf-add-related-file .related-file-subtitle {
margin-bottom: 4px;
}
}
.detail-container .tab-content {
height: calc(100% - 73px);
}
.detail-container .nav-item .nav-link, .detail-container .nav-item .nav-link i {
margin: 0 auto;
}