Fix edge input margins and button pointer events
This commit is contained in:
parent
d11f401970
commit
e8257eee37
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user