样式微调

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