Float tags to the right on the user page as well

This commit is contained in:
Toby Zerner 2015-08-05 16:08:00 +09:30
parent a042f04fa3
commit 3e6ef151d1

View File

@ -30,9 +30,11 @@
margin-right: 4px;
}
@media @tablet-up {
.IndexPage .DiscussionListItem-info > .item-tags {
float: right;
margin-top: -14px;
margin-right: 0;
.IndexPage, .UserPage {
.DiscussionListItem-info > .item-tags {
float: right;
margin-top: -14px;
margin-right: 0;
}
}
}