Skip to content

Commit

Permalink
Merge pull request #148 from Eir-nya/normalize-spoilered-attachment-b…
Browse files Browse the repository at this point in the history
…ackgrounds

Fix background of spoilered attachments vs nonspoilered
  • Loading branch information
Gibbu authored Nov 18, 2024
2 parents e1323ee + a601901 commit bc4643e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/theme/chat/_message.scss
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ body,
}

// Attachments
.spoilerContainer_aa9639 {
background: none;
}
.attachment_b52bef {
background: rgb(255 255 255 / 0.03);
}
Expand Down

0 comments on commit bc4643e

Please sign in to comment.