Skip to content

Commit

Permalink
Merge pull request #137 from hugo9655/master
Browse files Browse the repository at this point in the history
Bug fixes and forum channel improvements
  • Loading branch information
refact0r authored Oct 26, 2024
2 parents 6f821cb + 6473b07 commit 95a34ee
Showing 1 changed file with 24 additions and 14 deletions.
38 changes: 24 additions & 14 deletions midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,11 @@
#app-mount .scrollerContainer_c6b11b /* channels and roles customize */,
.shop_e77fa3 /* shop */,
.wrapper_d880dc.minimum_d880dc /* private call */,
.container_effbe2, .container__33507 /* emoji/sticker and gif picker searchbars */,
.container_effbe2, .container__33507 /* emoji/sticker searchbars */,
.searchBar_b56bbc /* gif picker searchbar */ ,
#app-mount .uploadModal_f82cc7 /* upload modal */,
.uploadModal_f82cc7 .footer_f82cc7 /* upload modal footer */ {
.uploadModal_f82cc7 .footer_f82cc7 /* upload modal footer */,
.container_a6d69a /* forums page */ {
background: var(--bg-4);
}
.sidebarContainer_a3a4ce, .container_a56260, .contentContainer_a56260 /* quests page */ {
Expand All @@ -120,7 +122,10 @@
--background-secondary-alt: var(--bg-4) !important;
}
.mainCard_a6d69a /* forum post */,
.navRow_be9398[data-theme=dark] /* add new account bottom */ {
.navRow_be9398[data-theme=dark] /* add new account bottom */,
.container_ddbb27 /* forum guidelines box */,
.searchBar_e7c031 /* settings searchbar */,
.circleIconButton_db6521 /* server list buttons */ {
background: var(--bg-3);
}
.folderIconWrapper_bc7085[style="background-color: rgba(88, 101, 242, 0.4);"] /* default color closed folders */ {
Expand All @@ -130,12 +135,12 @@
#app-mount .outer_c0f6a6.interactive_c0f6a6:hover, #app-mount .outer_c0f6a6.active_c0f6a6 /* friend activity cards on hover */ {
background: var(--bg-2);
}
#app-mount .searchAnswer_b0fa94, /* search filter answer */
#app-mount .searchAnswer_b0fa94 /* search filter answer */,
#app-mount .searchFilter_b0fa94 /* search filter */ {
background: var(--bg-1);
}
.newChannel_ecb303 /* new channel */ {
background: var(--bg-1) !important;
.input_f4e139 /* big 'find conversation' search bar */ {
background: var(--bg-2);
}
.chat_a7d72e /* chat + member list */,
.sidebar_a4d4d9 /* channel sidebar */,
Expand Down Expand Up @@ -527,7 +532,9 @@ a[href="https://support.discord.com"] /* hide help */
.messageGroupWrapper_ac90a2 /* pinned messages */,
.accountProfileCard_b69b77 /* my account settings profile background */,
.userProfileModalInner_c69a7b /* fully focused user profile inner */,
.biteSizeInner_c69a7b /* bitesized user profile inner */ {
.biteSizeInner_c69a7b /* bitesized user profile inner */,
.mainCard_a6d69a /* form posts & search box */,
.container_ddbb27 /* guidelines box */ {
border-radius: var(--roundness-m);
}
.scrollableContainer_d0696b /* message bar */,
Expand All @@ -538,10 +545,12 @@ a[href="https://support.discord.com"] /* hide help */
.container_c15230 /* thread link */,
.input_f8bc55 /* settings inputs */,
.item_eb92a8 /* settings radiobutton bars */,
.item_eb92a8 .radioBar_eb92a8 /* settings radiobutton bars */ {
.item_eb92a8 .radioBar_eb92a8 /* settings radiobutton bars */,
.input_f4e139 /* big 'find conversation' search bar */ {
border-radius: var(--roundness-s);
}
.select_f6639d.open_f6639d /* vencord plugin show all */ {
.select_f6639d.open_f6639d /* vencord plugin show all */,
.headerWithMatchingPosts_a6d69a /* forums searchbar footer */ {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
Expand All @@ -563,7 +572,8 @@ a[href="https://support.discord.com"] /* hide help */
.side_a0 .item_a0 /* settings tabs */,
button.button_dd4f85 /* small buttons */,
.container__33507 /* friend searchbar */,
.container_effbe2, /* sticker/emoji picker searchbar */
.container_effbe2 /* sticker/emoji picker searchbar */,
.searchBar_b56bbc /* gif picker searchbar */ ,
.item_d90b3d /* general popout buttons */,
.icon_c07d45 /* streaming icon */,
#vc-spotify-album-image,
Expand All @@ -578,8 +588,8 @@ button.button_dd4f85 /* small buttons */,
right: 6px;
}
.wrapper_a7c28c /* mentions */,
.searchBar_a46bef /* search bar */,
.searchBar_f0963d .searchBarComponent_f0963d /* find conversation search bar */,
.searchBar_a46bef /* channel search bar */,
.searchBar_f0963d .searchBarComponent_f0963d /* small 'find conversation' search bar */,
.topPill_a0 .item_a0 /* friend online/categories */ {
border-radius: var(--roundness-xxs);
}
Expand Down Expand Up @@ -967,7 +977,7 @@ html.theme-light,
--bg-base-tertiary: var(--primary-660);
--bg-mod-faint: var(--bg-4);
--bg-mod-strong: hsl(var(--primary-500-hsl) / 0.54);
--bg-mod-subtle: hsl(var(--primary-500-hsl) / 0.48);
--bg-mod-subtle: var(--bg-2);
--bg-surface-overlay: var(--primary-800);
--bg-surface-overlay-tmp: var(--primary-800);
--bg-surface-raised: var(--primary-600);
Expand Down Expand Up @@ -1227,7 +1237,7 @@ html.theme-light,
--search-popout-option-fade: none;
--search-popout-option-fade-hover: none;

--brand-260: var(--bg-1); /* new badge */
--brand-260: var(--bg-1); /* 'new' badges */
--brand-430: var(--accent-3);
--brand-500: var(--accent-3);
--brand-530: var(--accent-4);
Expand Down

0 comments on commit 95a34ee

Please sign in to comment.