fix
This commit is contained in:
parent
f1919f73d6
commit
194df14a3c
|
@ -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 New Issue