From 9cb86438ea1964592d5238ae1b9dc683a85c7f6e Mon Sep 17 00:00:00 2001 From: kappa Date: Tue, 20 Jan 2026 20:57:02 +0900 Subject: [PATCH] Widen modal and message bubbles for better text display MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Modal: max-w-md → max-w-lg sm:max-w-xl (512px/576px) - Message bubbles: max-w-[85%] → max-w-[95%] Co-Authored-By: Claude Opus 4.5 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index adb6e9e..73737be 100644 --- a/index.html +++ b/index.html @@ -659,7 +659,7 @@ 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-md sm:max-w-lg 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 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]">
@@ -683,7 +683,7 @@
+ class="px-4 py-2.5 max-w-[95%] text-sm">