Skip to content

Commit

Permalink
[Glitch] Show comments in the admin/instances page
Browse files Browse the repository at this point in the history
Port deffb8e to glitch-soc

Co-authored-by: Claire <[email protected]>
Signed-off-by: Claire <[email protected]>
  • Loading branch information
tribela and ClearlyClaire committed Feb 28, 2024
1 parent c844817 commit 4004801
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app/javascript/flavours/glitch/styles/admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,23 @@ $content-width: 840px;
padding-bottom: 0;
margin-bottom: 0;
border-bottom: 0;

.comment {
display: block;
overflow: hidden;
text-overflow: ellipsis;
margin-top: 4px;

&.private-comment {
display: block;
color: $darker-text-color;
}

&.public-comment {
display: block;
color: $secondary-text-color;
}
}
}

& > p {
Expand Down

0 comments on commit 4004801

Please sign in to comment.