mobile view implemented WIP

This commit is contained in:
2025-06-04 17:39:25 -07:00
parent 03b1b8fdf6
commit 16a6d6cffd

View File

@@ -405,8 +405,8 @@ body[data-square-style="outline"] .square.highlight-update {
position: fixed; position: fixed;
left: 0; left: 0;
top: 0; top: 0;
width: 80vw; width: 60vw; /* was 80vw, now 60vw for less width */
max-width: 350px; max-width: 240px; /* was 350px, now 240px for less width */
height: 100vh; height: 100vh;
z-index: 1001; z-index: 1001;
background: #181818; background: #181818;