fix(client): style tweak for ios
This commit is contained in:
@ -52,7 +52,7 @@ const XUserList = defineAsyncComponent(() => import('./statusbar-user-list.vue')
|
||||
width: 100%;
|
||||
line-height: var(--height);
|
||||
height: var(--height);
|
||||
overflow: clip;
|
||||
overflow: hidden; overflow: clip;
|
||||
contain: strict;
|
||||
|
||||
> .name {
|
||||
|
@ -241,7 +241,7 @@ onMounted(() => {
|
||||
border-left: solid 1px var(--divider);
|
||||
border-right: solid 1px var(--divider);
|
||||
border-radius: 0;
|
||||
overflow: clip;
|
||||
overflow: hidden; overflow: clip;
|
||||
--margin: 12px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user