fix mobile layout issue with download posts btn

This commit is contained in:
Jeff Atwood 2015-01-08 17:32:19 -08:00
parent 0b14cfa2c3
commit 625c920c4f

View file

@ -601,3 +601,11 @@
margin-top: 0;
}
}
.user-archive {
display: inline-block;
}
. notification-buttons {
display: inline-block;
}