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:
@@ -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%;
|
||||
}
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user