Skip to content

Commit

Permalink
fix user profile inner border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Aug 7, 2024
1 parent 6bcea95 commit 251b231
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -480,9 +480,6 @@ a[href="https://support.discord.com"] /* hide help */
.userProfileModalInner_c69a7b:before /* user profile modal bottom */ {
border-radius: calc(var(--roundness-l) - 4px);
}
.overlayBackground_c69a7b /* user profile inner */ {
border-radius: var(--roundness-s);
}
.menu_d90b3d /* general popouts */,
.embed_b0068a/* embeds */,
.mediaAttachmentsContainer__242e2 /* image container */,
Expand All @@ -493,7 +490,8 @@ a[href="https://support.discord.com"] /* hide help */
.peopleListItem_d51464:hover /* online list friends */,
.withTagAsButton_b2ca13:hover, .withTagless_b2ca13:hover /* user panel username */,
.messageGroupWrapper_ac90a2 /* pinned messages */,
.accountProfileCard_b69b77 /* my account settings profile background */ {
.accountProfileCard_b69b77 /* my account settings profile background */,
.userProfileInner_c69a7b /* user profile inner */ {
border-radius: var(--roundness-m);
}
.scrollableContainer_d0696b /* message bar */,
Expand Down

0 comments on commit 251b231

Please sign in to comment.