equal padding in sidebar
This commit is contained in:
parent
3bd78a5c18
commit
0f96e8f9b3
1 changed files with 2 additions and 2 deletions
|
@ -49,12 +49,12 @@ body:not(.map-enabled) #sidebar {
|
||||||
#sidebar .content {
|
#sidebar .content {
|
||||||
width:100%;
|
width:100%;
|
||||||
max-width:350px;
|
max-width:350px;
|
||||||
padding:10px 15px 0;
|
padding:12px 12px 0;
|
||||||
margin:auto;
|
margin:auto;
|
||||||
}
|
}
|
||||||
#sidebar .content form .form-group:last-child {
|
#sidebar .content form .form-group:last-child {
|
||||||
margin-bottom:0;
|
margin-bottom:0;
|
||||||
padding:0 0 15px;
|
padding:0 0 12px;
|
||||||
position:sticky;
|
position:sticky;
|
||||||
bottom:0;
|
bottom:0;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue