This commit is contained in:
ThatOneCalculator 2022-07-23 20:10:17 -07:00
parent f1919f73d6
commit 194df14a3c

View file

@ -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;