Small improvement for the sidebar on mobile devices

This commit is contained in:
Guillaume Gomez 2017-10-12 20:00:34 +02:00
parent c0d40a1908
commit 9da9c3be62

View File

@ -764,17 +764,19 @@ span.since {
}
.sidebar {
height: 40px;
height: 45px;
min-height: 40px;
width: 100%;
margin: 0px;
padding: 0px;
width: calc(100% + 30px);
margin: 0;
margin-left: -15px;
padding: 0 15px;
position: static;
}
.sidebar .location {
float: right;
margin: 0px;
margin-top: 2px;
padding: 3px 10px 1px 10px;
min-height: 39px;
background: inherit;
@ -789,7 +791,7 @@ span.since {
.sidebar img {
width: 35px;
margin-top: 5px;
margin-bottom: 0px;
margin-bottom: 5px;
float: left;
}