From a95afe0463a2b6ae18c8f67d1766dbe40f98a480 Mon Sep 17 00:00:00 2001 From: Hare Date: Thu, 9 Jul 2026 19:36:15 +0900 Subject: [PATCH] Align playground control heights --- site/decodal-site/src/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site/decodal-site/src/style.css b/site/decodal-site/src/style.css index 09f4446..d11adec 100644 --- a/site/decodal-site/src/style.css +++ b/site/decodal-site/src/style.css @@ -326,8 +326,9 @@ main.playground { border-radius: 8px; color: var(--text); font: inherit; + min-height: 28px; min-width: 180px; - padding: 7px 10px; + padding: 4px 10px; text-transform: none; } @@ -342,6 +343,7 @@ button { color: var(--topbar-text); cursor: pointer; font-weight: 700; + min-height: 28px; padding: 4px 14px; }