Fixed sidebar issues on mobile

This commit is contained in:
Josef Citrine 2016-06-20 03:17:32 +01:00
parent 51ea1578ec
commit a4eb8b465c

View file

@ -73,6 +73,7 @@
z-index: 1011; z-index: 1011;
height: ~"calc(100% - 64px)"; height: ~"calc(100% - 64px)";
box-shadow: 0 8px 8px rgba(0,0,0,0.5); box-shadow: 0 8px 8px rgba(0,0,0,0.5);
overflow-y: scroll;
> a { > a {
display: none; display: none;
@ -83,6 +84,9 @@
a { a {
padding: 13px 25px; padding: 13px 25px;
} }
h3 a {
margin-top: -12px;
}
} }
&.animated { &.animated {
@ -92,6 +96,10 @@
&.active { &.active {
transform: translateX(170px) translateZ(0); transform: translateX(170px) translateZ(0);
} }
.x-attribution {
position: static !important;
}
} }
.user-details > .avatar { .user-details > .avatar {