Skip to content

Commit

Permalink
Compact mode fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Notiphiliac committed Nov 15, 2024
1 parent 818a4ba commit 638315f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DiscordPlus-source.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ margin-right: 0;
margin: 0
}
/*- 12.4.1 Message Seperation -*/
:is(.messageListItem_d5deea, .quotedChatMessage_d5deea, .backgroundFlash_d5deea):has(+ .messageListItem_d5deea .groupStart_d5deea, + .backgroundFlash_d5deea .avatar_f9f2ca, + .scrollerSpacer_e2e187, + .divider_d5deea) .groupStart_d5deea {
:is(.messageListItem_d5deea, .quotedChatMessage_d5deea, .backgroundFlash_d5deea):has(+ .messageListItem_d5deea .groupStart_d5deea, + .backgroundFlash_d5deea .groupStart_d5deea, + .scrollerSpacer_e2e187, + .divider_d5deea) .groupStart_d5deea:has(.avatar_f9f2ca) {
min-height: calc(var(--dplus-spacing-ui)*2 + var(--dplus-icon-avatar-chat));
padding-top: 0; padding-bottom: 0;
}
Expand Down

0 comments on commit 638315f

Please sign in to comment.