Skip to content

Commit

Permalink
Fixed some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
yannisme authored Jul 18, 2021
1 parent 9d1e3de commit e6b33be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/less/forum.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ span.TagLabel-text i{display:none}
.badges,.badges>li{display:flex;justify-content:center}
.Badge--sticky{background:0 0}
.DiscussionListItem-badges .Badge,header.Hero.DiscussionHero .Badge,header.Post-header .Badge,.Form-group.EditUserModal-groups .Badge{background:0 0!important}
.DiscussionPage .badges,.badges>li{display:inline-block}
.DiscussionPage .badges,.badges>li{display: inline-flex}
.UserCard.Hero.UserHero{margin-left:-10px}
.UserCard-profile .Badge{background:unset!important}
.UserCard-info>.social-button{margin-right:5px}
Expand Down Expand Up @@ -92,6 +92,7 @@ span.PostUser-text{top:28px;right:0;position:absolute;color:@config-primary-colo
.BlogItemPage .App-composer .Composer{margin:0 0 0 220px!important}
.BlogSideWidget .sideNav li{padding:1px 30px 1px 0!important}
.FlarumBlogOverview{padding-left:200px!important}
.GroupList-content .GroupList-UserList-item .badges{top:-10px}
i.icon.fas.fa-times{display:inline-block}
.fa-thumbtack:before{color:#de8e00}
}
Expand Down

0 comments on commit e6b33be

Please sign in to comment.