fix(Leaflet): 🐛 fix button alignment

This commit is contained in:
alistair3149 2024-07-11 21:22:31 -04:00
parent 0540f0d393
commit 7b6520b9ab
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

View file

@ -132,6 +132,8 @@ p.ext-datamaps-filters-after-text {
}
.ext-datamaps-control > button > span {
width: 32px;
height: 32px;
filter: var( --filter-invert );
}
}

View file

@ -67,6 +67,7 @@
// Increase button size to 32px to align with Codex
width: 32px;
height: 32px;
line-height: 32px;
color: var( --color-emphasized );
background-color: transparent;
border-bottom-color: var( --border-color-interactive );