Skip to content

Commit 31d05c2

Browse files
committed
Optimisation for button appearance, move left of attribution
1 parent 0fb4703 commit 31d05c2

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

src/map/Map.module.css

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
/* changing the position of the attribution is a bit complex as we have to repeat the other css */
2323
.customAttribution {
24-
left: 0;
24+
left: 28px;
2525
bottom: 0;
2626
padding: 1px 5px;
2727
background-color: rgba(255, 255, 255, 0.8);
@@ -44,24 +44,9 @@
4444

4545
.topBar {
4646
position: absolute;
47-
left: 0;
48-
bottom: -0.3rem;
49-
width: 100%;
5047
z-index: 1;
51-
padding: 1px 180px;
5248
}
5349

5450
.hidePathsButton {
55-
display: inline-block;
56-
background: none;
57-
border: none;
58-
font-size: 13px;
59-
padding: 8px 16px;
60-
margin: 0;
61-
}
62-
63-
@media {
64-
.smallScreenRoutingResultVisible .topBar {
65-
bottom: 10.95rem;
66-
}
51+
background-color: rgba(255, 255, 255, 1.0);
6752
}

0 commit comments

Comments
 (0)