style: simplify map area styles
This commit is contained in:
parent
6ba26cb792
commit
2e2ed1b217
10
css/map.css
10
css/map.css
@ -21,12 +21,8 @@
|
|||||||
/* Map Area */
|
/* Map Area */
|
||||||
.map-area {
|
.map-area {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
width: 0; /* This is important for flex layout calculations */
|
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
transition: transform 0.3s ease;
|
|
||||||
z-index: 10;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar-header {
|
.sidebar-header {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
@ -298,12 +294,6 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Map Area */
|
|
||||||
.map-area {
|
|
||||||
flex: 1;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
#map {
|
#map {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user