Skip to content

Commit

Permalink
Fix bookmarked (NodeBB#486)
Browse files Browse the repository at this point in the history
For the bookmarked class to be displayed in the right place, the parent should contain a relative position.
  • Loading branch information
youhosi authored and barisusakli committed Jul 18, 2019
1 parent 4e0e043 commit d85bac3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions less/topic.less
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@
border: 1px dashed @gray-light;
}

.post-header {
position: relative;
}

.bookmarked {
position: absolute;
top: -2px;
Expand Down

0 comments on commit d85bac3

Please sign in to comment.