mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 03:15:11 +08:00
Float tags to the right on the user page as well
This commit is contained in:
parent
a042f04fa3
commit
3e6ef151d1
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user