stuff
This commit is contained in:
parent
38e4606262
commit
cbe999ce55
|
@ -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
|
||||
});
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue