mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
Fix mobile account picker misalignment
This commit is contained in:
parent
5d1a61cb95
commit
1cdbddff9b
1 changed files with 6 additions and 1 deletions
|
@ -531,10 +531,15 @@ onBeforeUnmount(() => {
|
|||
border-radius: 12px;
|
||||
}
|
||||
|
||||
> i {
|
||||
> i,
|
||||
.avatar {
|
||||
margin-right: 14px;
|
||||
width: 24px;
|
||||
}
|
||||
|
||||
> .avatar {
|
||||
height: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
> .divider {
|
||||
|
|
Loading…
Reference in a new issue