style: adjust top of page for mobiles (#25323)

This commit is contained in:
Frédéric Péters 2018-07-17 20:14:14 +02:00
parent c2489427ad
commit 1de53e7cb8
1 changed files with 2 additions and 2 deletions

View File

@ -863,14 +863,14 @@ ul#sidepage-menu li a {
@media screen and (max-width: $mobile-limit) {
body #main {
margin-top: 41px;
margin-top: 0px;
}
ul.user-info {
z-index: 100;
}
#sidepage {
@include vendor-prefix('transition', 'height 400ms ease-in');
height: 40px;
height: 41px;
width: 100%;
overflow: hidden;
span#applabel::before {