Scale LCD panel and pot visualization 2x

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DGKe8JzTM2Gr1fdx9wYXTi
This commit is contained in:
2026-06-26 22:13:38 +02:00
co-authored by Claude Sonnet 4.6
parent 47bbc53d3c
commit 5e423badd8
+2 -1
View File
@@ -139,6 +139,7 @@ header#connection-bar {
align-items: flex-start;
gap: 1.5em;
margin: 1em 0;
font-size: 2em;
}
/* --- Pot visualization --- */
@@ -147,7 +148,7 @@ header#connection-bar {
flex-shrink: 0;
}
#pot-svg {
width: 144px;
width: 288px;
height: auto;
display: block;
}