forked from mirrors/akkoma-fe
expand underlay to screen edges when TL is widened
This commit is contained in:
parent
5b8e70b39e
commit
ac6c0095c5
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