Skip to content

Commit

Permalink
Permalinks in comments with titles
Browse files Browse the repository at this point in the history
  • Loading branch information
indigoxela committed Jan 19, 2025
1 parent 2790621 commit 86372d2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ article.comment {
padding: 1rem;
background-color: var(--bedrock-bg-color-secondary);
margin-bottom: 1.5rem;
position: relative;
}
article.comment-unpublished footer,
article.comment-unpublished footer a {
Expand All @@ -526,6 +527,14 @@ article.comment footer {
line-height: 2rem;
float: inline-start;
}
.comment-title {
margin-top: 0;
}
.comment footer .permalink {
position: absolute;
top: 1rem;
inset-inline-end: 1rem;
}
.permalink .icon {
width: 1.5em;
}
Expand Down

0 comments on commit 86372d2

Please sign in to comment.