Skip to content

Commit

Permalink
Merge pull request #135 from Eir-nya/fix-message-dividers
Browse files Browse the repository at this point in the history
Fix message dividers
  • Loading branch information
Gibbu authored Jul 23, 2024
2 parents 04cb1f7 + 5b49402 commit fa7b193
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/theme/chat/_dividers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,32 +15,32 @@
display: block;
width: 100%;
}
.content_fc5f50 {
.content_c2654d {
border-radius: 6px;
margin: 0;
padding: 8px 12px;
}
&:not(.isUnread_fc5f50) {
&:not(.isUnread_c2654d) {
&::before,
.content_fc5f50 {
.content_c2654d {
background: var(--border);
}
}
&.isUnread_fc5f50 {
&.isUnread_c2654d {
margin: 8px 0;
&::before {
order: 1;
background: hsl(var(--discord-red));
}
.content_fc5f50 {
.content_c2654d {
order: 2;
margin-right: 12px;
background: hsl(var(--discord-red) / 0.2);
text-shadow: 0 0 calc(var(--chat-glow-intensity) * 5px) hsl(var(--discord-red) / 0.5);
}
}
}
.unreadPill_fc5f50 {
.unreadPill_c2654d {
position: relative;
top: 0;
left: 0;
Expand Down

0 comments on commit fa7b193

Please sign in to comment.