fix: 频道聊天,点击写个回复没反应,点击小箭头才行 #916

This commit is contained in:
tim
2025-09-07 22:46:55 +08:00
parent b77a96938a
commit cab8cd06dc
7 changed files with 27 additions and 13 deletions

View File

@@ -316,6 +316,10 @@ const gotoTag = (t) => {
align-items: center;
}
.menu-item:hover {
background-color: var(--menu-selected-background-color-hover);
}
.menu-item.selected {
font-weight: bold;
background-color: var(--menu-selected-background-color);
@@ -407,7 +411,7 @@ const gotoTag = (t) => {
}
.section-item:hover {
background-color: var(--menu-selected-background-color);
background-color: var(--menu-selected-background-color-hover);
}
.section-item-text-count {