mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 07:22:34 +00:00
refactor comment module (#8126)
* refactor comment module * update menuTool * update version * update comment versions * update versions * update comment-editor translate * update comment editor versions --------- Co-authored-by: yinjianfei <1358009667@com>
This commit is contained in:
@@ -137,25 +137,6 @@
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.seafile-comment-footer .add-comment-input,
|
||||
.seafile-edit-comment .edit-comment-input {
|
||||
border: 1px solid #e6e6dd;
|
||||
padding: 5px;
|
||||
width: 100%;
|
||||
min-height: 90px;
|
||||
border-radius: 5px;
|
||||
background: var(--bs-body-bg);
|
||||
}
|
||||
|
||||
.seafile-comment-footer .add-comment-input {
|
||||
border-bottom: none;
|
||||
border-radius: 5px 5px 0 0;
|
||||
}
|
||||
|
||||
.seafile-comment-footer .add-comment-input:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.seafile-comment-footer .comment-submit-container {
|
||||
padding: 0px 5px;
|
||||
text-align: right;
|
||||
@@ -176,11 +157,6 @@
|
||||
color: #d47604;
|
||||
}
|
||||
|
||||
.seafile-edit-comment .comment-btn {
|
||||
height: 28px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.seafile-comment-item .comment-footer {
|
||||
color: #666;
|
||||
display: flex;
|
||||
|
Reference in New Issue
Block a user