diff --git a/files/static/dist/main.css b/files/static/dist/main.css index e6bbf4e653..b2f00d2217 100644 --- a/files/static/dist/main.css +++ b/files/static/dist/main.css @@ -1134,6 +1134,9 @@ video { .h-5 { height: 1.25rem; } +.h-1\.5 { + height: 0.375rem; +} .h-0\.5 { height: 0.125rem; } @@ -1209,6 +1212,12 @@ video { .w-56 { width: 14rem; } +.w-1\.5 { + width: 0.375rem; +} +.w-1 { + width: 0.25rem; +} .w-3\/4 { width: 75%; } @@ -1403,6 +1412,11 @@ video { margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)); } +.space-x-1 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(0.25rem * var(--tw-space-x-reverse)); + margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))); +} .divide-x > :not([hidden]) ~ :not([hidden]) { --tw-divide-x-reverse: 0; border-right-width: calc(1px * var(--tw-divide-x-reverse)); diff --git a/files/templates/CHRISTMAS/modals/ModalThemePicker.html b/files/templates/CHRISTMAS/modals/ModalThemePicker.html index 26ac6619b5..c94494fa44 100644 --- a/files/templates/CHRISTMAS/modals/ModalThemePicker.html +++ b/files/templates/CHRISTMAS/modals/ModalThemePicker.html @@ -2,7 +2,7 @@