mirror of
https://github.com/flarum/core.git
synced 2025-08-07 00:47:00 +02:00
Float tags to the right on the user page as well
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user