Skip to content

Commit

Permalink
Fixed one bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yannisme authored Aug 18, 2021
1 parent 4756741 commit 5c02421
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion less/forum.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.DiscussionPage .Hero::before, .IndexPage .Hero::before{background:unset!important}
}
@media @desktop-up{
.Post-footer{width:50%;margin-top:10px}
.DiscussionPage .Hero::before,.IndexPage .Hero::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:#0e6d4a0a;background-attachment:fixed;filter:blur(4px);z-index:-1}
.App.BlogOverviewPage,body{background:fade(@config-secondary-color,13%)}
.BlogSideWidget{box-shadow:0 5px 10px 0 rgba(0,0,0,.1);background:@body-bg}
Expand Down Expand Up @@ -33,4 +34,4 @@ flarum.pro{author:yannisme}
}
@media @phone{
.DiscussionListItem-content{margin:1px}
}
}

0 comments on commit 5c02421

Please sign in to comment.