fix: ui show user-name next to the user-icon (#278)

This commit is contained in:
sigoden
2023-11-03 14:55:07 +08:00
committed by GitHub
parent 53c9bc8bea
commit 6766e0d437
3 changed files with 19 additions and 4 deletions

View File

@@ -210,7 +210,7 @@ body {
outline: none;
}
.toolbox2 {
.toolbox-right {
margin-left: auto;
margin-right: 2em;
}
@@ -220,6 +220,15 @@ body {
user-select: none;
}
.user-btn {
display: flex;
align-items: center;
}
.user-name {
padding-left: 3px;
}
.not-editable {
font-style: italic;
}