Fix clear radius button
This commit is contained in:
parent
3fce3e6af1
commit
e97fea2c26
1 changed files with 3 additions and 0 deletions
|
|
@ -423,10 +423,12 @@ html, body {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pin-radius-label input[type="range"] {
|
.pin-radius-label input[type="range"] {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
min-width: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -436,6 +438,7 @@ html, body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.pin-clear-btn {
|
.pin-clear-btn {
|
||||||
|
flex-shrink: 0;
|
||||||
background: var(--clear-btn-bg);
|
background: var(--clear-btn-bg);
|
||||||
color: var(--text-muted);
|
color: var(--text-muted);
|
||||||
border: none;
|
border: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue