Skip to content

Commit 18ad66b

Browse files
authored
Merge pull request #207 from gtt-project/fix/map-styles
Fix/map styles
2 parents 81b6f9d + a76640c commit 18ad66b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/stylesheets/app.scss

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,15 @@ $breakpoint-tablet: 899px;
3737
}
3838

3939
div.ol-full-screen {
40-
right: 3.0em;
40+
right: 2.55rem;
4141
}
4242

4343
div.ol-rotate {
44-
right: 5.5em;
45-
}
46-
47-
div.ol-full-screen {
48-
right: 3.0em;
44+
right: 4.7rem;
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: 5.0rem;
5349
}
5450

5551
.tabular .ol-layerswitcher label {
@@ -61,6 +57,10 @@ div.ol-full-screen {
6157
line-height: initial;
6258
}
6359

60+
.tabular .ol-layerswitcher>button {
61+
font-size: 1.5rem;
62+
}
63+
6464
#admin-menu a.gtt {
6565
background-image: url(../images/map.png);
6666
}
@@ -77,6 +77,7 @@ i[id^='icon_settings_tracker_'] {
7777
text-align: center;
7878
}
7979

80+
.ol-control.ol-layerswitcher,
8081
.ol-control.ol-layerswitcher-popup {
8182
top: 0.5em;
8283
}

0 commit comments

Comments
 (0)