From 07547cfd3109d0b4a6f9a90fc33ad51b376b701b Mon Sep 17 00:00:00 2001 From: a-baran-orhan Date: Sat, 18 Jul 2026 14:49:50 +0300 Subject: [PATCH] Tighten mobile header layout --- playground/src/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/playground/src/style.css b/playground/src/style.css index 3cde7d4..628692e 100644 --- a/playground/src/style.css +++ b/playground/src/style.css @@ -1487,7 +1487,11 @@ select:hover { content: "Copy link"; font-size: 13px; } - #copy-prompt { grid-column: 1 / -1; min-height: 42px; } + #copy-prompt { + grid-column: 1 / 3; + grid-row: 2; + min-height: 42px; + } .intro { padding-left: 12px; padding-right: 12px; } .layout { grid-template-columns: 1fr; } .transport { gap: 8px; padding-left: 12px; padding-right: 12px; }