1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 18:07:02 +02:00

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; margin-right: 4px;
} }
@media @tablet-up { @media @tablet-up {
.IndexPage .DiscussionListItem-info > .item-tags { .IndexPage, .UserPage {
float: right; .DiscussionListItem-info > .item-tags {
margin-top: -14px; float: right;
margin-right: 0; margin-top: -14px;
margin-right: 0;
}
} }
} }