From 944cee2444999a58c746e5b85c1df1dc40333b8b Mon Sep 17 00:00:00 2001 From: Andraxion Date: Sat, 27 Jun 2026 02:55:10 -0400 Subject: [PATCH] Stabilize launcher board tab sizing --- src/index.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 1a33a9c..e1d59b6 100644 --- a/src/index.css +++ b/src/index.css @@ -221,6 +221,7 @@ body { max-height: min(52dvh, 720px); padding: 12px; overflow: auto; + scrollbar-gutter: stable both-edges; } .launcher-shell-admin .launcher-changelog-body { @@ -236,7 +237,9 @@ body { .launcher-board-tabs { display: flex; gap: 4px; - width: min(280px, 100%); + width: 280px; + max-width: 100%; + justify-self: start; padding: 4px; border: 1px solid #365782; border-radius: 14px;