fix border w/ wallpaper

This commit is contained in:
Freeplay 2023-05-30 10:15:18 -04:00
parent 076ac63f0c
commit 172b37fe00

View file

@ -252,6 +252,9 @@ function more(ev: MouseEvent) {
#calckey_app > :not(.wallpaper) & {
background: var(--navBg);
}
#calckey_app > .wallpaper:not(.centered) & {
border-right: 1px solid var(--divider);
}
contain: strict;
display: flex;
flex-direction: column;