mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 14:51:31 -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 {
|
> .icon {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 38px;
|
width: 55px;
|
||||||
aspect-ratio: 1;
|
aspect-ratio: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -258,6 +258,7 @@ function more(ev: MouseEvent) {
|
||||||
background: var(--accentLighten);
|
background: var(--accentLighten);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
> .instance {
|
> .instance {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in a new issue