Skip to content

Commit

Permalink
Mobile menu button: RTL position
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimon committed Mar 11, 2024
1 parent a5bb87b commit f1e5085
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/LoadIndicator/LoadIndicator.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

.kima-load-indicator.mobile {
top: 70px;
left: 20px;
right: 20px;
}

.kima-load-indicator svg {
Expand Down
3 changes: 2 additions & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,15 @@ html, body, #app {
position: absolute;
left: 0;
}

.kima-nli-logo img.desktop {
margin: 0 10px 25px 10px;
width: 230px;
}

.kima-nli-logo img.mobile {
margin: 0 15px 45px 0;
width: 180px;
width: 100px;
}

.p6o-kima-map-controls-container {
Expand Down
4 changes: 3 additions & 1 deletion src/peripleo/controls/Controls.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
}

.p6o-controls-btn.p6o-mobile-menu-btn {
margin: 20px;
position: absolute;
right: 20px;
top: 20px;
}

.p6o-controls-container * {
Expand Down

0 comments on commit f1e5085

Please sign in to comment.