1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

[comment panels] fixed bugs & cleaned up some code

This commit is contained in:
llj
2022-04-11 18:46:33 +08:00
parent e086097a69
commit 0e180dd6b9
4 changed files with 8 additions and 12 deletions

View File

@@ -3,8 +3,7 @@
display: flex;
flex-direction: column;
}
.seafile-comment-title,
.seafile-history-title {
.seafile-comment-title {
border-bottom: 1px solid #e5e5e5;
min-height: 3em;
line-height: 3em;
@@ -12,18 +11,15 @@
display: flex;
background-color: #fff;
}
.seafile-comment-title .seafile-comment-title-text,
.seafile-history-title .seafile-history-title-text {
.seafile-comment-title .seafile-comment-title-text {
width: 100%;
text-align: center;
font-weight: 700;
}
.seafile-comment-title .seafile-comment-title-close,
.seafile-history-title .seafile-history-title-close {
.seafile-comment-title .seafile-comment-title-close {
color: #b9b9b9;
}
.seafile-comment-title .seafile-comment-title-close:hover,
.seafile-history-title .seafile-history-title-close:hover {
.seafile-comment-title .seafile-comment-title-close:hover {
color: #888;
}
.seafile-comment-item {