样式微调

This commit is contained in:
fofolee 2020-06-24 17:53:19 +08:00
parent 1d7e26ba28
commit 08ac0b501b

View File

@ -270,6 +270,7 @@
width: 80px; width: 80px;
background: #f3f3f3; background: #f3f3f3;
box-shadow: 0px 0px 9px 0px #00000030; box-shadow: 0px 0px 9px 0px #00000030;
overflow-y: auto;
} }
#options .sidebar li{ #options .sidebar li{
@ -278,7 +279,8 @@
cursor: pointer; cursor: pointer;
user-select: none; user-select: none;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow-x: hidden;
white-space: nowrap;
} }
#options .sidebar .currentTag{ #options .sidebar .currentTag{