Fix bookmarked (#486)

For the bookmarked class to be displayed in the right place, the parent should contain a relative position.
main
Sebastian Sycz 6 years ago committed by Barış Soner Uşaklı
parent 46fb773b54
commit c1ae810022

@ -101,6 +101,10 @@
border: 1px dashed @gray-light; border: 1px dashed @gray-light;
} }
.post-header {
position: relative;
}
.bookmarked { .bookmarked {
position: absolute; position: absolute;
top: -2px; top: -2px;

Loading…
Cancel
Save