Ensure empty indicator marks hidden despite tag styling; position visible mark to left

This will move into Octavia or even Bulma theme ideally

Ref https://gitlab.com/drutopia/drutopia/issues/283
This commit is contained in:
benjamin melançon 2020-02-05 14:15:52 -05:00
parent 6aafa4dfe8
commit bebd944698

View file

@ -40,3 +40,12 @@
.title:not(:last-child) {
margin-bottom: 0.5em;
}
.tag.hidden {
display: none;
}
.comment-indicator {
position: absolute;
left: -4rem;
}