Fix edge input margins and button pointer events

This commit is contained in:
Catalin Constantin Mititiuc 2025-07-24 14:48:55 -07:00
parent d11f401970
commit e8257eee37

View File

@ -444,7 +444,7 @@ div#content {
margin: 2px 0; margin: 2px 0;
} }
#edge-inputs > div > label { #edge-inputs label, #edge-inputs button {
pointer-events: initial; pointer-events: initial;
} }
@ -502,7 +502,6 @@ input#content-visibility-toggle {
border: 1px solid #666; border: 1px solid #666;
border-radius: 3px; border-radius: 3px;
padding: 0 5px; padding: 0 5px;
margin: 3px;
width: fit-content; width: fit-content;
user-select: none; user-select: none;
} }
@ -561,7 +560,6 @@ input#content-visibility-toggle {
} }
div#dice { div#dice {
margin: 3px;
padding: 2px; padding: 2px;
background-color: rgba(255, 255, 255, 0.8); background-color: rgba(255, 255, 255, 0.8);
border-radius: 4px; border-radius: 4px;