expand underlay to screen edges when TL is widened
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This commit is contained in:
parent
b2af067fd3
commit
2e2e87db75
1 changed files with 4 additions and 0 deletions
|
@ -172,6 +172,10 @@ nav {
|
||||||
background-color: rgba(0, 0, 0, 0.15);
|
background-color: rgba(0, 0, 0, 0.15);
|
||||||
background-color: var(--underlay, rgba(0, 0, 0, 0.15));
|
background-color: var(--underlay, rgba(0, 0, 0, 0.15));
|
||||||
z-index: -1000;
|
z-index: -1000;
|
||||||
|
|
||||||
|
.-wide-timeline & {
|
||||||
|
margin:0 calc(var(--columnGap) / -2);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-layout {
|
.app-layout {
|
||||||
|
|
Loading…
Reference in a new issue