1
0
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:
yinjianfei-user
2025-08-21 10:01:50 +08:00
committed by GitHub
parent cd8f622e72
commit 34fe4c5341
20 changed files with 8339 additions and 243 deletions

View File

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