From 42c59dd414bfc4bb882705062842a28bf835764f Mon Sep 17 00:00:00 2001 From: kappa Date: Tue, 20 Jan 2026 21:42:23 +0900 Subject: [PATCH] Improve server launcher modal UI for better readability - Set modal width to 95vw with max-width 800px using inline style - Adjust chat container padding to px-6 py-4 - Balance card sizing with px-5 py-4 padding - Reduce icon sizes to text-2xl/text-3xl for better fit - Use text-base/text-sm for improved text readability - Fix text overflow issues during wizard steps Co-Authored-By: Claude Opus 4.5 --- index.html | 71 +++++++++++++++++++++++++++--------------------------- 1 file changed, 36 insertions(+), 35 deletions(-) diff --git a/index.html b/index.html index 73737be..0da59ab 100644 --- a/index.html +++ b/index.html @@ -659,7 +659,8 @@ role="dialog" aria-modal="true" aria-labelledby="launcher-title" - class="bg-slate-900/95 backdrop-blur-xl border border-white/10 w-[calc(100%-2rem)] max-w-lg sm:max-w-xl mx-4 rounded-3xl shadow-2xl shadow-black/50 overflow-hidden flex flex-col max-h-[85vh]"> + class="bg-slate-900/95 backdrop-blur-xl border border-white/10 mx-4 rounded-3xl shadow-2xl shadow-black/50 overflow-hidden flex flex-col max-h-[85vh]" + style="width: 95vw; max-width: 800px;">
@@ -676,14 +677,14 @@
-
+