We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8057dcf commit f18b631Copy full SHA for f18b631
src/scss/themes/fylr/components/_map.scss
@@ -41,6 +41,7 @@
41
right: $spacer-xs;
42
display: flex;
43
justify-content: space-between;
44
+ gap: $spacer-xs;
45
46
> * {
47
pointer-events: all;
@@ -110,11 +111,7 @@
110
111
}
112
113
//* OpenLayers Map
-.cui-open-layers-map {
114
- .cui-map-buttons-top .cui-buttonbar {
115
- align-items: flex-start;
116
- }
117
-
+.cui-open-layers-map {
118
.map-zoom-buttons,
119
.buttons-upper-right {
120
.cui-button-button,
0 commit comments