Change map placement in small screen mode
This mirrors the way the map is now handled in large screen mode, and makes it display properly in the Android browser.
This commit is contained in:
parent
3758930e18
commit
08283b9a33
1 changed files with 1 additions and 7 deletions
|
@ -101,7 +101,7 @@ h1 {
|
||||||
|
|
||||||
.site-index .leaflet-top,
|
.site-index .leaflet-top,
|
||||||
.site-export .leaflet-top {
|
.site-export .leaflet-top {
|
||||||
top: 8px !important;
|
top: 47px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Rules for the main content area */
|
/* Rules for the main content area */
|
||||||
|
@ -113,12 +113,6 @@ h1 {
|
||||||
border-right: 0px;
|
border-right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-export #content,
|
|
||||||
.site-edit #content,
|
|
||||||
.site-index #content {
|
|
||||||
margin-top: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Rules for search sidebar when shown */
|
/* Rules for search sidebar when shown */
|
||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue