Skip to content

Commit

Permalink
[Glitch] Fix only the first paragraph being displayed in some notific…
Browse files Browse the repository at this point in the history
…ations

Port 82dd6cd to glitch-soc

Signed-off-by: Claire <[email protected]>
  • Loading branch information
ClearlyClaire committed Oct 16, 2024
1 parent 177e8fe commit 8d37565
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions app/javascript/flavours/glitch/styles/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11354,21 +11354,17 @@ noscript {
color: $darker-text-color;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
max-height: 4 * 22px;
max-height: none;
overflow: hidden;

p {
display: none;

&:first-child {
display: initial;
}
}

p,
a {
color: inherit;
}

p {
margin-bottom: 8px;
}
}

.reply-indicator__attachments {
Expand Down

0 comments on commit 8d37565

Please sign in to comment.