Move menu icons to bottom on mobile

This commit is contained in:
2021-12-19 12:52:15 +01:00
parent cce983291e
commit 7ca66a200f
6 changed files with 33 additions and 29 deletions

View File

@@ -24,7 +24,7 @@
left: calc(#{$panel-width});
}
.leaflet-control-container .leaflet-bottom.leaflet-right {
.leaflet-control-container .leaflet-top.leaflet-right {
display: none;
}
@@ -41,13 +41,9 @@
display:none;
}
.leaflet-control-container {
.leaflet-bottom.leaflet-left,
.leaflet-bottom.leaflet-right .leaflet-control.elevation {
display: none;
}
.leaflet-control-container .leaflet-top.leaflet-left {
display: none;
}
#feed, #settings {
width: calc(#{$panel-width});
max-width: calc(#{$panel-width});

View File

@@ -1,4 +1,4 @@
/*!
/*
* Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License)
*/

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long