From 530451cfef58be58c7e157b1d90b39e702e1cf9b Mon Sep 17 00:00:00 2001 From: "Troll (Hermes Agent)" Date: Mon, 31 Aug 2026 03:29:24 +0000 Subject: [PATCH] Kiosk: remove open/closed pill; center-align scan-to-order slide --- static/css/booth.css | 8 ++++++++ templates/kiosk.html | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/static/css/booth.css b/static/css/booth.css index c0abd9d..56b5d48 100644 --- a/static/css/booth.css +++ b/static/css/booth.css @@ -871,9 +871,17 @@ .booth-page .slide { width: 100%; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; animation: fadeIn 0.8s ease; } +.booth-page .slide > * { + max-width: 100%; +} + .booth-page .slide.hidden { display: none; } diff --git a/templates/kiosk.html b/templates/kiosk.html index 9b6c230..cfe7a09 100644 --- a/templates/kiosk.html +++ b/templates/kiosk.html @@ -17,10 +17,8 @@
{% if booth_open %} Trollgorithm Theme Song Booth -
Booth is Open
{% else %} Booth Closed -
Booth is Closed
{% endif %}