Adds the new shows admin screen and drives schedule from it

This commit is contained in:
2026-06-22 04:19:51 +00:00
parent e627fe3637
commit eb9a00f21a
28 changed files with 546 additions and 54 deletions
+3 -3
View File
@@ -56,7 +56,8 @@
.show-card-art {
flex-shrink: 0;
width: 140px;
width: 256px;
height: 256px;
display: flex;
align-items: center;
justify-content: center;
@@ -73,7 +74,7 @@
.show-art-placeholder {
width: 100%;
aspect-ratio: 1;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
@@ -195,7 +196,6 @@
@include responsive(md) {
.show-card-art {
width: 110px;
padding: $spacing-sm;
}