Set layer button size in rems
Lets buttons become larger if font-only zoom is used. This should help with layer name labels not fitting.
This commit is contained in:
parent
fd7840d5f1
commit
3f4cba4434
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ body.small-nav {
|
|||
|
||||
.layers-ui {
|
||||
.base-layers > * {
|
||||
height: 56px;
|
||||
height: 3.5rem;
|
||||
|
||||
> .btn {
|
||||
--bs-btn-border-color: var(--bs-body-bg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue