diff --git a/files/static/dist/main.css b/files/static/dist/main.css index 4c194dc78..4d4a84785 100644 --- a/files/static/dist/main.css +++ b/files/static/dist/main.css @@ -1172,8 +1172,8 @@ video { .h-7 { height: 1.75rem; } -.max-h-10 { - max-height: 2.5rem; +.max-h-0 { + max-height: 0px; } .max-h-\[20rem\] { max-height: 20rem; @@ -1226,9 +1226,6 @@ video { .w-\[14px\] { width: 14px; } -.w-24 { - width: 6rem; -} .w-8 { width: 2rem; } @@ -3760,6 +3757,10 @@ video { display: none; } + .sm\:max-h-10 { + max-height: 2.5rem; + } + .sm\:items-stretch { align-items: stretch; } @@ -3787,6 +3788,11 @@ video { padding-right: 0px; } + .sm\:text-lg { + font-size: 1.125rem; + line-height: 1.75rem; + } + .sm\:text-base { font-size: 1rem; line-height: 1.5rem; diff --git a/files/templates/CHRISTMAS/default.html b/files/templates/CHRISTMAS/default.html index 2dc3faebc..3f7c1136b 100644 --- a/files/templates/CHRISTMAS/default.html +++ b/files/templates/CHRISTMAS/default.html @@ -194,7 +194,7 @@ - + {% if v %} diff --git a/files/templates/CHRISTMAS/home.html b/files/templates/CHRISTMAS/home.html index f70ba00d1..04d3e40e1 100644 --- a/files/templates/CHRISTMAS/home.html +++ b/files/templates/CHRISTMAS/home.html @@ -73,7 +73,7 @@ {% endif %} - + {% if v and not v.fp %} - +