From 9f976f3c93f2202e430d805c3c128078f81f2bc3 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 8 Aug 2023 10:47:04 +0200 Subject: [PATCH] Update OldTitleBar.plugin.js --- Plugins/OldTitleBar/OldTitleBar.plugin.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Plugins/OldTitleBar/OldTitleBar.plugin.js b/Plugins/OldTitleBar/OldTitleBar.plugin.js index 0e3d078e3d..9043aff90f 100644 --- a/Plugins/OldTitleBar/OldTitleBar.plugin.js +++ b/Plugins/OldTitleBar/OldTitleBar.plugin.js @@ -2,7 +2,7 @@ * @name OldTitleBar * @author DevilBro * @authorId 278543574059057154 - * @version 1.7.7 + * @version 1.7.8 * @description Allows you to switch to Discord's old Titlebar * @invite Jx3TjNS * @donate https://www.paypal.me/MircoWittrien @@ -162,9 +162,9 @@ module.exports = (_ => { justify-content: flex-end; } - ${BDFDB.dotCNS.chatthreadsidebaropen} > div:first-child ${BDFDB.dotCN._oldtitlebartoolbar}, - ${BDFDB.dotCNS.callcurrentchatsidebaropen} > div:first-child ${BDFDB.dotCN._oldtitlebartoolbar} { - display: none; + ${BDFDB.dotCNS.chatthreadsidebaropen} > *:first-child ${BDFDB.dotCN._oldtitlebartoolbar}, + ${BDFDB.dotCNS.callcurrentchatsidebaropen} > *:first-child ${BDFDB.dotCN._oldtitlebartoolbar} { + display: none !important; } ${BDFDB.dotCNS.callscreensharevideocontrols}:has(${BDFDB.dotCNS.callscreensharetopcontrols + BDFDB.dotCN._oldtitlebartoolbar}) ~ div ${BDFDB.dotCN.callscreenchatbutton} { margin-right: 137px;