fix: #522 resizable side bar

This commit is contained in:
Yidadaa
2023-04-10 00:54:17 +08:00
parent eae5a8a2e6
commit 6ae61c5357
4 changed files with 89 additions and 4 deletions

View File

@@ -49,4 +49,7 @@
.icon-button-text {
margin-left: 5px;
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}