From c804d3111aba497c67395e7089a0722c6c98f764 Mon Sep 17 00:00:00 2001 From: anti Date: Wed, 22 Apr 2026 18:26:29 -0400 Subject: [PATCH] style(web/mazenet): enlarge palette port/proto chip for legibility --- decnet_web/src/components/MazeNET/MazeNET.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/decnet_web/src/components/MazeNET/MazeNET.css b/decnet_web/src/components/MazeNET/MazeNET.css index c715b7bf..65b9d012 100644 --- a/decnet_web/src/components/MazeNET/MazeNET.css +++ b/decnet_web/src/components/MazeNET/MazeNET.css @@ -104,8 +104,9 @@ body.maze-fullscreen .maze-shell { } .palette-item:active { cursor: grabbing; } .palette-item .chip-mini { - font-size: 0.55rem; padding: 1px 5px; border: 1px solid var(--border); - letter-spacing: 1px; margin-left: auto; + font-size: 0.68rem; padding: 2px 6px; border: 1px solid var(--border); + letter-spacing: 0.5px; margin-left: auto; + font-family: var(--font-mono); opacity: 0.85; } .palette-hint { font-size: 0.62rem; opacity: 0.5; line-height: 1.6; letter-spacing: 0.5px;