This commit is contained in:
Mirco Wittrien 2021-04-30 12:03:42 +02:00
parent 38e4606262
commit cbe999ce55
2 changed files with 4 additions and 3 deletions

View File

@ -108,6 +108,7 @@ module.exports = (_ => {
}
${BDFDB.dotCN._oldtitlebarsettingstoolbar} {
display: flex;
position: absolute;
top: 0;
right: 0;
@ -214,7 +215,7 @@ module.exports = (_ => {
injectSettingsToolbar (children, fixed) {
if (!this.settings.general.addToSettings) return;
let toolbar = BDFDB.ReactUtils.createElement("div", {
className: BDFDB.disCNS.channelheadertoolbar + BDFDB.disCN._oldtitlebarsettingstoolbar,
className: BDFDB.disCN._oldtitlebarsettingstoolbar,
children: [],
style: fixed ? {position: "fixed"} : null
});

View File

@ -89,8 +89,8 @@
top: 22px !important;
z-index: -1 !important;
}
#app-mount .layer-3QrUeG ~ .layer-3QrUeG .toolbar-1t6TWx {
display: none !important;
#app-mount .layer-3QrUeG ~ .layer-3QrUeG .settingsToolbar-wu4yfQ {
position: fixed;
}
#app-mount .root-3R2ngo {