feat: album group has a config and can set the image size (#2153)

* Created a new album group configuration which includes (for now) an option to set the image size of the album group artwork.
This commit is contained in:
Norman
2026-06-29 19:00:20 -07:00
committed by GitHub
parent 751ec7f835
commit aa3c9251f5
8 changed files with 346 additions and 39 deletions
@@ -31,6 +31,11 @@
padding-left: 0;
}
.container.no-vertical-padding {
padding-top: 0;
padding-bottom: 0;
}
.container.center {
align-items: center;
text-align: center;