nav-bar below content: apply background images to nav-bar

This commit is contained in:
MrOtherGuy
2024-12-27 15:30:18 +02:00
parent ded579f2db
commit 8957a709e3
+9
View File
@@ -26,6 +26,15 @@ See the above repository for updates as well as full license text. */
}
#nav-bar-customization-target{ -webkit-box-flex: 1; }
:root[lwtheme] #nav-bar{
background-image: linear-gradient(var(--toolbar-bgcolor),var(--toolbar-bgcolor)), var(--lwt-additional-images,var(--toolbar-bgimage)) !important;
background-position: top,var(--lwt-background-alignment);
background-repeat: repeat,var(--lwt-background-tiling);
}
:root[lwtheme-image] #nav-bar{
background-image: linear-gradient(var(--toolbar-bgcolor),var(--toolbar-bgcolor)),var(--lwt-header-image), var(--lwt-additional-images,var(--toolbar-bgimage)) !important;
}
/* Fix panels sizing */
.panel-viewstack{ max-height: unset !important; }