Move menu icons to bottom on mobile
This commit is contained in:
@@ -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});
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user