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:
parent
6aafa4dfe8
commit
bebd944698
1 changed files with 9 additions and 0 deletions
|
@ -40,3 +40,12 @@
|
||||||
.title:not(:last-child) {
|
.title:not(:last-child) {
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tag.hidden {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.comment-indicator {
|
||||||
|
position: absolute;
|
||||||
|
left: -4rem;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue