From 376e31b0fb98211db23d452218801e53234a31d8 Mon Sep 17 00:00:00 2001 From: a-baran-orhan Date: Sat, 18 Jul 2026 09:30:12 +0300 Subject: [PATCH] Hide source button on mobile --- playground/src/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playground/src/style.css b/playground/src/style.css index 8782f4b..3cde7d4 100644 --- a/playground/src/style.css +++ b/playground/src/style.css @@ -1471,8 +1471,7 @@ select:hover { justify-content: center; } #share { - grid-column: 1 / 3; - grid-row: 2; + display: none; } #feedback { grid-column: 3;