From e8257eee37278abb03d74e37f4a626ee697a3bb3 Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Thu, 24 Jul 2025 14:48:55 -0700 Subject: [PATCH] Fix edge input margins and button pointer events --- public/assets/css/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/assets/css/style.css b/public/assets/css/style.css index ad9e59e..95b4333 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -444,7 +444,7 @@ div#content { margin: 2px 0; } -#edge-inputs > div > label { +#edge-inputs label, #edge-inputs button { pointer-events: initial; } @@ -502,7 +502,6 @@ input#content-visibility-toggle { border: 1px solid #666; border-radius: 3px; padding: 0 5px; - margin: 3px; width: fit-content; user-select: none; } @@ -561,7 +560,6 @@ input#content-visibility-toggle { } div#dice { - margin: 3px; padding: 2px; background-color: rgba(255, 255, 255, 0.8); border-radius: 4px;