This commit is contained in:
Mirco Wittrien 2021-04-24 13:52:03 +02:00
parent 46fc9628ce
commit 7db70cad26
4 changed files with 1 additions and 27 deletions

View File

@ -67,6 +67,7 @@
"LastChannelStore": {"props": ["getLastSelectedChannelId"]},
"LastGuildStore": {"props": ["getLastSelectedGuildId"]},
"LinkUtils": {"props": ["handleClick", "isLinkTrusted"]},
"LocalSettingsStore": {"props": ["darkSidebar", "keyboardModeEnabled"]},
"LoginUtils": {"props": ["login", "logout"]},
"MediaDeviceUtils": {"props": ["getOutputDevices", "getInputDevices"]},
"MediaDeviceSetUtils": {"props": ["setOutputDevice", "setInputDevice"]},

View File

@ -1008,9 +1008,6 @@ img:not([src]), img[src=""], img[src="null"] {
pointer-events: none;
}
[REPLACE_CLASS_guildswrapper][REPLACE_CLASS_guildswrapperhidden] {
display: none;
}
.platform-osx [REPLACE_CLASS_noticewrapper] ~ * [REPLACE_CLASS_guildswrapper] {
margin-top: 0;
}

View File

@ -465,18 +465,6 @@ module.exports = (_ => {
${BDFDB.dotCN.guildswrapper + BDFDB.dotCN._serverfoldersfoldercontent + BDFDB.dotCN._serverfoldersfoldercontentclosed} {
width: 0px !important;
}
${BDFDB.dotCN.appcontainer} {
display: flex !important;
}
${BDFDB.dotCN.guildswrapper} {
position: static !important;
contain: unset !important;
}
${BDFDB.dotCN.chatbase} {
position: static !important;
contain: unset !important;
width: 100% !important;
}
`;
}

View File

@ -7,18 +7,6 @@
--valigndms: var(--aligndms, 1);
}
.container-2lgZY8 {
display: flex !important;
}
.wrapper-3NnKdC {
position: static !important;
contain: unset !important;
}
.base-3dtUhz {
position: static !important;
contain: unset !important;
width: 100% !important;
}
.titleBar-AC4pGV.typeMacOS-3EmCyP,
.titleBar-AC4pGV.typeMacOS-3EmCyP .macButtons-2MuSAC,
.wrapper-3NnKdC,