Skip to content

Commit 8f000fc

Browse files
committed
Makes control button spacing theme independent
Signed-off-by: Daniel Kastl <[email protected]>
1 parent 362c4f5 commit 8f000fc

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/stylesheets/app.scss

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,16 @@ $breakpoint-tablet: 899px;
3636
font-size: 1.6em;
3737
}
3838

39-
div.ol-full-screen {
40-
right: 3.0em;
41-
}
42-
4339
div.ol-rotate {
44-
right: 5.5em;
40+
right: 80px;
4541
}
4642

4743
div.ol-full-screen {
48-
right: 3.0em;
44+
right: 44px;
4945
}
5046

5147
.ol-control.ol-bar.ol-top.ol-left, .ol-control.ol-bar.ol-top.ol-right {
52-
top: 5.2em;
48+
top: 80px;
5349
}
5450

5551
.tabular .ol-layerswitcher label {

0 commit comments

Comments
 (0)