Skip to content

Commit

Permalink
hopefully fix modals
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Feb 3, 2024
1 parent fbdcab6 commit 44a3184
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@
#app-mount .scrollerContainer_bf5dbd /* channels and roles customize */,
.shop_b31ed2 /* shop */,
.wrapper_bd2abe.minimum_ebf000 /* private call */,
.container_e4c233, .container__7712a /* emoji/sticker and gif picker searchbars */ {
.container_e4c233, .container__7712a /* emoji/sticker and gif picker searchbars */,
#app-mount .uploadModal_eae2a0 /* upload modal */,
.uploadModal_eae2a0 .footer_ceda43 /* upload modal footer */ {
background: var(--bg-4);
}
.mainCard__8a660 /* forum post */,
Expand Down Expand Up @@ -444,7 +446,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 */,
.footer__89240 /* edit modal footer */ {
.footer__89240 /* edit modal footer */,
.layerContainer_d5a653 .root_a28985 /* upload modal */,
.uploadModal_eae2a0 .footer_ceda43 /* upload modal footer */ {
border-radius: var(--roundness-l);
}
.roundedBanner__9fa0a /* user profile popout top */,
Expand Down

0 comments on commit 44a3184

Please sign in to comment.