chore(client): tweak ui
This commit is contained in:
parent
15a9a4b119
commit
c0eba65527
3 changed files with 35 additions and 28 deletions
|
|
@ -71,6 +71,10 @@ const XUserList = defineAsyncComponent(() => import('./statusbar-user-list.vue')
|
|||
padding: 0 var(--nameMargin);
|
||||
font-weight: bold;
|
||||
color: var(--accent);
|
||||
|
||||
&:empty {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
> .body {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue