mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
fix
This commit is contained in:
parent
9ce7413abe
commit
86f7bd3b72
1 changed files with 2 additions and 1 deletions
|
@ -215,7 +215,7 @@ function more(ev: MouseEvent) {
|
|||
|
||||
> .icon {
|
||||
display: inline-block;
|
||||
width: 38px;
|
||||
width: 55px;
|
||||
aspect-ratio: 1;
|
||||
}
|
||||
}
|
||||
|
@ -258,6 +258,7 @@ function more(ev: MouseEvent) {
|
|||
background: var(--accentLighten);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
> .instance {
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue