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:
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user