Update OldTitleBar.plugin.js

This commit is contained in:
Mirco Wittrien 2019-05-29 16:25:12 +02:00
parent 9526fa7521
commit d8017bf3c0
1 changed files with 10 additions and 2 deletions

View File

@ -3,7 +3,7 @@
class OldTitleBar {
getName () {return "OldTitleBar";}
getVersion () {return "1.5.6";}
getVersion () {return "1.5.7";}
getAuthor () {return "DevilBro";}
@ -11,7 +11,7 @@ class OldTitleBar {
initConstructor () {
this.changelog = {
"fixed":[["Canary/PTB","Fixed the plugin for canary and ptb"]]
"fixed":[["Mac OSX","Fixed the plugin for Mac OSX"]]
};
this.patchModules = {
@ -28,6 +28,14 @@ class OldTitleBar {
.hidden-by-OTB ${BDFDB.dotCN.titlebar} + ${BDFDB.dotCNS.app + BDFDB.dotCN.splashbackground}:before {
display: none !important;
}
.hidden-by-OTB .platform-osx ${BDFDB.dotCN.guildswrapper} {
margin-top: 0;
}
.hidden-by-OTB .platform-osx ${BDFDB.dotCN.guilds} {
padding-top: 10px;
}
body:not(.settingsTitlebarOTB-added) ${BDFDB.dotCN.channelheaderheaderbar} {
-webkit-app-region: drag !important;