mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
fix border w/ wallpaper
This commit is contained in:
parent
076ac63f0c
commit
172b37fe00
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue