From d85bac3a212d6be6d1505fd9beabdcdad447fb86 Mon Sep 17 00:00:00 2001 From: Sebastian Sycz Date: Thu, 18 Jul 2019 17:06:29 +0200 Subject: [PATCH] Fix bookmarked (#486) For the bookmarked class to be displayed in the right place, the parent should contain a relative position. --- less/topic.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/less/topic.less b/less/topic.less index 7bb2da0c6..9fa565b81 100644 --- a/less/topic.less +++ b/less/topic.less @@ -101,6 +101,10 @@ border: 1px dashed @gray-light; } + .post-header { + position: relative; + } + .bookmarked { position: absolute; top: -2px;