From 589ab9b6527288770de96b1bd8fb46424652308a Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Fri, 6 Mar 2026 21:40:39 -0500 Subject: [PATCH] launcher: add font size cycler to footer bar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Onsite operators may have the sys menu locked/unavailable. This button in the always-visible launcher footer gives them direct A / A+ / A− control that cycles $ae_loc.font_size_mode, which the root layout DOM effect picks up and applies as html.font-size-* class. --- .../(launcher)/launcher/+layout.svelte | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/routes/events/[event_id]/(launcher)/launcher/+layout.svelte b/src/routes/events/[event_id]/(launcher)/launcher/+layout.svelte index 15692529..e6563b62 100644 --- a/src/routes/events/[event_id]/(launcher)/launcher/+layout.svelte +++ b/src/routes/events/[event_id]/(launcher)/launcher/+layout.svelte @@ -688,6 +688,28 @@ {/if} + + +