Sidebar fix for large and small phones

This commit is contained in:
Josef Citrine 2016-06-20 03:20:20 +01:00
parent a4eb8b465c
commit 6c4a7cde51

View file

@ -96,10 +96,6 @@
&.active { &.active {
transform: translateX(170px) translateZ(0); transform: translateX(170px) translateZ(0);
} }
.x-attribution {
position: static !important;
}
} }
.user-details > .avatar { .user-details > .avatar {
@ -416,3 +412,9 @@
padding-top: 18px; padding-top: 18px;
} }
} }
@media only screen and (max-height: 500px) {
.x-attribution {
position: static !important;
}
}