Fix long post title sneaking under the archived/drafted badge (fix #23)

This commit is contained in:
David Lapshin
2024-05-12 17:37:33 +03:00
parent 2fc27bd9e6
commit a697ff01bd
3 changed files with 22 additions and 0 deletions

View File

@ -19,6 +19,10 @@
}
}
&:has(.draft-badge, .archive-badge) h3 {
margin-right: 7rem;
}
.draft-badge,
.archive-badge {
position: absolute;