fix border w/ wallpaper
This commit is contained in:
parent
3bc9577cf3
commit
0aef4977b2
|
@ -252,6 +252,9 @@ function more(ev: MouseEvent) {
|
||||||
#calckey_app > :not(.wallpaper) & {
|
#calckey_app > :not(.wallpaper) & {
|
||||||
background: var(--navBg);
|
background: var(--navBg);
|
||||||
}
|
}
|
||||||
|
#calckey_app > .wallpaper:not(.centered) & {
|
||||||
|
border-right: 1px solid var(--divider);
|
||||||
|
}
|
||||||
contain: strict;
|
contain: strict;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in New Issue