Optimize HideScrollbar and sidebar

This commit is contained in:
2023-11-03 13:35:20 +08:00
parent 7d6cd3cb26
commit bc196d4ba9
2 changed files with 26 additions and 17 deletions

View File

@@ -202,6 +202,8 @@
font-size: 1.4em;
color: constants.$font-main-color;
user-select: text;
overflow: hidden;
text-overflow: ellipsis;
a{
color: constants.$main-color;