From 9a34df94a529e16cae0b2826d687e6dfd4ddd220 Mon Sep 17 00:00:00 2001 From: Win_7 <90262580+W-i-n-7@users.noreply.github.com> Date: Sat, 19 Oct 2024 11:49:10 +0300 Subject: [PATCH] added back the fixes --- source.css | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/source.css b/source.css index a4db82d..5c8813c 100644 --- a/source.css +++ b/source.css @@ -1,3 +1,80 @@ +/* + Fixes +*/ +/* Threads search bar */ +.searchBox_e664f3.container_c18ec9.small_c18ec9 { + background-color: rgba(22, 91, 123, 0.3) !important; /* Replace with your desired color */ +} +/* Threads bg */ +.container_fb4810 { + background-color: transparent; +} +/* Reaction bg */ +.reactionBtn_ec6b19.forceShow_ec6b19.forceShowLook_ec6b19 { + background-color: rgba(22, 91, 123, 0.3) !important; /* Replace with your desired color */ +} +/* Shop tab */ +.channel_c91bad .linkButton_c91bad > .link_c91bad[href="/shop"] { + display: none; +} +[class*="membersGroup_"][class*="container_"]:nth-of-type(1){ + display:none!important; +} +[class*="container_"][class*="openOnHover_"]{ + display:none!important; +} +/* Help icon */ +.toolbar_fc4f04 [href="https://support.discord.com"]{display: none;} +/* Inbox icon */ +.recentsIcon_ea0547 { + display: none !important; +} +/* Channel app launcher (apps) button */ +.channelAppLauncher_df39bd { + display: none !important; +} +.footer_aa1bff { + display: none !important; +} +/* fix nitro gift and other similar menus background color */ +.content_f9a4c9 { + background-color: #081624; +} +/* fix nitro gift and other similar menus title bar color */ +.skuSelectModalHeader_f92df2 { + background-color: #081624; +} +/* fix gif/sticker/emoji menu */ +.header_b56bbc { + background-color: #081624; +} +.searchBar_c6ee36 { + background-color: #020a13; +} +#gif-picker-tab-panel { + background-color: #081624; +} +/* fix autocomplete background */ +.autocomplete_bcc24e { + background-color: #081624; +} +/* fixed unread messages bubble */ +.unreadBar_c43953 { + background-color: #446485; +} +/* Glowy thingy */ +.children_fc4f04::after { + content: none !important; +} +/* Disable edit image with app button */ +.hoverButton_d0395d { + display: none !important; +} + +/* + Theme below +*/ + :root { /* Kyanite accents */ /* --main-color: rgba(22, 91, 123, 1) !important;