expand underlay to screen edges when TL is widened

This commit is contained in:
RiedleroD 2024-06-26 16:43:32 +02:00 committed by Jeder
parent 2977876324
commit 9106b61801

View file

@ -172,6 +172,10 @@ nav {
background-color: rgba(0, 0, 0, 0.15);
background-color: var(--underlay, rgba(0, 0, 0, 0.15));
z-index: -1000;
.-wide-timeline & {
margin:0 calc(var(--columnGap) / -2);
}
}
.app-layout {