Add "open post" button to comments

Since I started working on the i18n support, comments lost it's previous
link to the post, so it's been added back in a form of an actual button
This commit is contained in:
daudix
2024-06-18 06:08:18 +03:00
parent bcf57b7147
commit 17634a94da
3 changed files with 16 additions and 6 deletions

View File

@ -25,6 +25,12 @@ section#comments {
margin-top: 2rem;
}
.dialog-buttons {
justify-content: start;
gap: 0.25rem;
margin-top: 2rem;
}
.comment {
display: grid;
grid-template-columns: min-content;
@ -140,14 +146,14 @@ section#comments {
}
footer {
display: flex;
grid-area: interactions;
gap: 0.25rem;
margin-top: 1rem;
.boosts,
.faves {
display: inline-block;
transition: var(--transition);
margin-right: 0.25rem;
border-radius: 999px;
background-color: transparent;
padding: 0.25rem 0.75rem;