Skip to content

Commit

Permalink
Update forum.less
Browse files Browse the repository at this point in the history
修复 "标签" 页面样式和改进排版
  • Loading branch information
yannisme authored Jul 3, 2021
1 parent 72c4a1d commit 2b89970
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions resources/less/forum.less
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,15 @@ i.icon.fas.fa-times{display:inline-block}
span.NotificationsDropdown-unread{z-index:999}
.FT1{padding-left:220px;padding-top:10px;margin:10px auto;border-top:1px solid fade(@hero-bg,98.5%)}
.TagTiles>li{float:unset;width:auto;height:auto!important;margin:0 35%;min-height:102px;max-height:200px}
li.TagTile{margin-top:5px}
a.TagTile-info{display:flex;flex-wrap:wrap}
.TagTile-info,.TagTile-lastPostedDiscussion{position:unset!important}
.TagTile-info .icon{font-size:18px!important;font-weight:400}
.Post-footer .item-bestAnswerPost{padding:10px!important;border-left:5px solid #e9e9e9!important;background-color:@body-bg!important;clear:both;border-radius:0!important}
.Post--BestAnswer{background:#f7f7f7!important;padding-left:4px!important;border-left:3px solid #58a400!important;border-radius:0!important}
.Post--BestAnswer,.Post--BestAnswer a{color:unset!important}
.Post--BestAnswer .BestAnswer--User{display:none!important}
.Post-body pre{border-left:3px solid #e9e9e9;border-radius:0}
.Post-body blockquote{border-left:3px solid @config-primary-color!important;border:0;border-radius:0}
}
.TagTile-description,.TagTile-name{width:-webkit-fill-available}
.TagTile-info .icon{font-size:168px;right:-65px;top:-55px;position:absolute;opacity:.2;font-weight:700}
.TagTile-info,.TagTile-lastPostedDiscussion{position:unset!important}
li.TagTile{margin-top:5px;border-radius:4px}
a.TagTile-info{display:flex;flex-wrap:wrap}
}

0 comments on commit 2b89970

Please sign in to comment.