Skip to content

Commit f18b631

Browse files
author
Stefanie Hein
committed
Map: fix spacing and alignment of the overlay buttons. See #74686
1 parent 8057dcf commit f18b631

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/scss/themes/fylr/components/_map.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
right: $spacer-xs;
4242
display: flex;
4343
justify-content: space-between;
44+
gap: $spacer-xs;
4445

4546
> * {
4647
pointer-events: all;
@@ -110,11 +111,7 @@
110111
}
111112

112113
//* OpenLayers Map
113-
.cui-open-layers-map {
114-
.cui-map-buttons-top .cui-buttonbar {
115-
align-items: flex-start;
116-
}
117-
114+
.cui-open-layers-map {
118115
.map-zoom-buttons,
119116
.buttons-upper-right {
120117
.cui-button-button,

0 commit comments

Comments
 (0)