add LibraryContainer for max-width and background overlay

This commit is contained in:
jeffvli
2025-11-20 20:54:14 -08:00
parent c4f94495a8
commit 3212a35efb
13 changed files with 237 additions and 175 deletions
@@ -96,31 +96,6 @@
border-radius: 5px;
}
.background {
position: absolute;
top: 0;
z-index: 0;
width: 100%;
height: 100%;
background-position: center !important;
background-size: cover !important;
opacity: 0.9;
}
.background-overlay {
position: absolute;
top: 0;
left: 0;
z-index: 0;
width: 100%;
height: 100%;
background: var(--theme-overlay-header);
}
.opaque-overlay {
opacity: 0.5;
}
.title {
display: flex;
align-items: center !important;