From 897a69fd17a21eb8b11fe7898af61301a5643be9 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sat, 27 Jun 2026 21:41:01 +0200 Subject: [PATCH] Scale LCD panel and pot SVG to 200%, shrink progress column Co-Authored-By: Claude Sonnet 4.6 Claude-Session: https://claude.ai/code/session_01DF16nV2ispNw1C9SbvqbRQ --- web/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/style.css b/web/style.css index 80711b7..7017980 100644 --- a/web/style.css +++ b/web/style.css @@ -116,7 +116,7 @@ header#connection-bar { display: grid; grid-template-columns: 9em 4em 4em; gap: 0.25em 0.5em; - font-size: 1.1em; + font-size: 2.2em; } .lcd-row { display: contents; } .lcd-header { font-weight: bold; color: var(--text-muted); font-size: 0.85em; text-transform: uppercase; letter-spacing: 0.06em; } @@ -163,7 +163,7 @@ header#connection-bar { flex-shrink: 0; } #pot-svg { - width: 288px; + width: 576px; height: auto; display: block; }