Skip to content

Commit

Permalink
Merge pull request #69 from LostQuasar/patch-1
Browse files Browse the repository at this point in the history
Fix #68
  • Loading branch information
refact0r authored Feb 3, 2024
2 parents 29349d3 + 6e28d6a commit fbdcab6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -444,13 +444,9 @@ a[href="https://support.discord.com"] /* hide help */
.userPopoutOuter_d739b2 /* user profile popout */,
.root_ba16f0 /* user profile modal */,
.contentWrapper__321ed /* emoji, sticker, gif pickers */,
.root_a28985 /* edit modal */,
.footer__89240 /* edit modal footer */ {
border-radius: var(--roundness-l);
}
.root_a28985 {
overflow: hidden;
}
.roundedBanner__9fa0a /* user profile popout top */,
.banner_b7f1fb /* user profile top when edit */ {
border-radius: calc(var(--roundness-l) - 4px) calc(var(--roundness-l) - 4px) 0 0;
Expand Down

0 comments on commit fbdcab6

Please sign in to comment.