From c22b24a8fe2ec3a30032ac87ab241eeae7eebc25 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 11 Jan 2022 18:37:55 +0100 Subject: [PATCH] stuff --- Library/_res/0BDFDB.data.json | 21 ++++++++------------- Plugins/ThemeRepo/_res/ThemeFixer.css | 1 + Themes/BasicBackground/BasicBackground.css | 20 ++++++++++---------- 3 files changed, 19 insertions(+), 23 deletions(-) diff --git a/Library/_res/0BDFDB.data.json b/Library/_res/0BDFDB.data.json index eac6ae5405..752e9bcdf5 100644 --- a/Library/_res/0BDFDB.data.json +++ b/Library/_res/0BDFDB.data.json @@ -1068,19 +1068,15 @@ }, "NotFound": { "_": "", - "badgeWrapper": "wrapper-232cHJ", - "appOuter": "app-1q1i1E", - "channelPanelTitle": "title-eS5yk3", "emoji": "emoji", "highlight": "highlight", - "hoverCardButton": "button-2CgfFz", + "hoverCardButton": "button-1yVL_7", "loginScreen": "wrapper-3Q5DdO", "mention": "mention", "mentionInteractive": "interactive", - "mentionWrapper": "wrapper-3WhCwL", - "messagesLoadingWrapper": "wrapper-3vR61M", - "messagesWelcomeChannelButtonContainer": "buttonContainer-2GVjL_", - "nameContainerNameContainer": "container-2ax-kl", + "mentionWrapper": "wrapper-1ZcZW-", + "messagesLoadingWrapper": "wrapper-3HVHpV", + "nameContainerNameContainer": "container-q97qHp", "hueCursor": "hue-cursor", "hueHorizontal": "hue-horizontal", "hueVertical": "hue-vertical", @@ -1088,7 +1084,7 @@ "saturationColor": "saturation-color", "saturationCursor": "saturation-cursor", "saturationWhite": "saturation-white", - "searchResultsPagination": "container-NdaZbY", + "searchResultsPagination": "container-1-h9mY", "splashBackground": "splashBackground-1FRCko", "stopAnimations": "stop-animations", "subtext": "subtext-3CDbHg", @@ -1166,6 +1162,7 @@ "ChannelTextAreaButton": {"props": ["buttonWrapper", "active"]}, "ChannelTextAreaCharCounter": {"props": ["characterCount", "error"]}, "ChannelTextAreaSlate": {"props": ["slateContainer", "placeholder"]}, + "ChatThreadSidebar": {"props": ["container", "floating", "resizeHandle"]}, "ChatWindow": {"props": ["chat", "channelTextArea", "chatContent"]}, "Checkbox": {"props": ["checkboxWrapper", "round"]}, "Clamped": {"props": ["clamped"]}, @@ -1594,7 +1591,7 @@ "animationcontainerrender": ["AnimationContainer", "didRender"], "animationcontainerscale": ["AnimationContainer", "scale"], "animationcontainertranslate": ["AnimationContainer", "translate"], - "app": ["NotFound", "appOuter"], + "app": ["AppOuter", "app"], "appcontainer": ["AppBase", "container"], "appinner": ["AppInner", "app"], "appmount": ["AppMount", "appMount"], @@ -1661,7 +1658,6 @@ "badgeshaperoundleft": ["Badge", "baseShapeRoundLeft"], "badgeshaperoundright": ["Badge", "baseShapeRoundRight"], "badgetextbadge": ["Badge", "textBadge"], - "badgewrapper": ["NotFound", "badgeWrapper"], "bdfdbbadge": ["BDFDB", "badge"], "bdfdbbadgeavatar": ["BDFDB", "badgeAvatar"], "bdfdbdev": ["BDFDB", "dev"], @@ -1808,7 +1804,6 @@ "channelname": ["Channel", "name"], "channelnameinner": ["Channel", "channelName"], "channelpanel": ["AppBase", "activityPanel"], - "channelpaneltitle": ["NotFound", "channelPanelTitle"], "channelpanels": ["AppBase", "panels"], "channels": ["AppBase", "sidebar"], "channelselected": ["ChannelContainer", "selected"], @@ -1831,6 +1826,7 @@ "chatform": ["ChatWindow", "form"], "chatinner": ["ChatWindow", "content"], "chatspacer": ["AppBase", "content"], + "chatthreadsidebar": ["ChatThreadSidebar", "container"], "checkbox": ["Checkbox", "checkbox"], "checkboxbox": ["Checkbox", "box"], "checkboxchecked": ["Checkbox", "checked"], @@ -2528,7 +2524,6 @@ "messagesscrollerwrapper": ["MessagesWrap", "scrollerWrap"], "messageswelcome": ["MessagesWelcome", "container"], "messageswelcomebutton": ["MessagesWelcomeButton", "button"], - "messageswelcomebuttoncontainer": ["NotFound", "messagesWelcomeChannelButtonContainer"], "messageswelcomebuttonicon": ["MessagesWelcomeButton", "buttonIcon"], "messageswelcomedescription": ["MessagesWelcome", "description"], "messageswelcomeemptychannelicon": ["MessagesWelcome", "emptyChannelIcon"], diff --git a/Plugins/ThemeRepo/_res/ThemeFixer.css b/Plugins/ThemeRepo/_res/ThemeFixer.css index 5c7cb0fcb0..b2328dd452 100644 --- a/Plugins/ThemeRepo/_res/ThemeFixer.css +++ b/Plugins/ThemeRepo/_res/ThemeFixer.css @@ -10,6 +10,7 @@ body, #app-mount REPLACE_CLASS_dmchannels, #app-mount REPLACE_CLASS_channelpanels > *, #app-mount REPLACE_CLASS_chat, +#app-mount REPLACE_CLASS_chatthreadsidebar, #app-mount REPLACE_CLASS_messagesloadingwrapper, #app-mount REPLACE_CLASS_nochannel, #app-mount REPLACE_CLASS_members, diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index b2e13ba541..664f308616 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -213,7 +213,7 @@ body, /* body */ #app-mount .privateChannels-oVe7HL, /* dmchannels */ #app-mount .panels-3wFtMD > *, /* account/voice inner */ #app-mount .chat-2ZfjoI, /* chat container */ -#app-mount .threadSidebar-1o3BTy, /* chat thread sidebar */ +#app-mount .container-3XgAHv, /* chat thread sidebar */ #app-mount .wrapper-3HVHpV, /* chat messages loading */ #app-mount .noChannel-Z1DQK7, /* nochannel */ #app-mount .members-3WRCEx, /* members */ @@ -1605,7 +1605,7 @@ body::after { /* ---- 6.7. THREADS ---- */ -.threadSidebar-1o3BTy { +.container-3XgAHv { /* threadsidebar */ position: absolute; top: 48px; right: 0; @@ -1613,17 +1613,17 @@ body::after { border-radius: 0; z-index: 100; } -.threadSidebar-1o3BTy .container-ZMc96U { /* searchpage header */ +.container-3XgAHv .container-ZMc96U { /* threadsidebar header */ background-color: rgba(var(--transparencycolor), calc(var(--guildchanneltransparency) * 0.8)); box-shadow: unset; border-radius: 0 0 0 8px; } -.threadSidebar-1o3BTy .form-3gdLxP { +.container-3XgAHv .form-3gdLxP { /* threadsidebar form */ border-radius: 8px 0 0 0; } @media (max-width: 1150px) { - .threadSidebar-1o3BTy::before, - .threadSidebar-1o3BTy::after { + .container-3XgAHv::before, + .container-3XgAHv::after { content: ""; position: absolute; top: 0; @@ -1633,18 +1633,18 @@ body::after { pointer-events: none; z-index: -1; } - .threadSidebar-1o3BTy::before { + .container-3XgAHv::before { background: var(--background) var(--backgroundposition)/var(--backgroundsize); background-attachment: fixed; } - .threadSidebar-1o3BTy::after { + .container-3XgAHv::after { background-color: rgba(var(--transparencycolor), calc(var(--transparencyalpha) + var(--memberlisttransparency) * 0.85)); backdrop-filter: blur(var(--backgroundblur)); } - .threadSidebar-1o3BTy .container-ZMc96U { + .container-3XgAHv .container-ZMc96U { border-radius: 0; } - .threadSidebar-1o3BTy .form-3gdLxP { + .container-3XgAHv .form-3gdLxP { border-radius: 0; } }