From 16a6d6cffdf359e430128e0b499190b0bfefae92 Mon Sep 17 00:00:00 2001 From: brandon Date: Wed, 4 Jun 2025 17:39:25 -0700 Subject: [PATCH] mobile view implemented WIP --- public/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index 607f690..adc4b1a 100644 --- a/public/style.css +++ b/public/style.css @@ -405,8 +405,8 @@ body[data-square-style="outline"] .square.highlight-update { position: fixed; left: 0; top: 0; - width: 80vw; - max-width: 350px; + width: 60vw; /* was 80vw, now 60vw for less width */ + max-width: 240px; /* was 350px, now 240px for less width */ height: 100vh; z-index: 1001; background: #181818;