This commit is contained in:
Mirco Wittrien 2020-06-27 08:24:31 +02:00
parent 0e56cbc2e5
commit 8a536d9209
4 changed files with 14 additions and 8 deletions

View File

@ -5578,12 +5578,14 @@
settingstablecardconfigs: ["BDFDB", "settingsTableCardConfigs"],
settingstablecardlabel: ["BDFDB", "settingsTableCardLabel"],
settingstablelist: ["BDFDB", "settingsTableList"],
settingswindowcontent: ["SettingsWindowScroller", "content"],
settingswindowcontentcolumn: ["SettingsWindow", "contentColumn"],
settingswindowcontentregion: ["SettingsWindow", "contentRegion"],
settingswindowscroller: ["SettingsWindowScroller", "scroller"],
settingswindowcontentregionscroller: ["SettingsWindow", "contentRegionScroller"],
settingswindowsidebarregion: ["SettingsWindow", "sidebarRegion"],
settingswindowsidebarregionscroller: ["SettingsWindow", "sidebarRegionScroller"],
settingswindowstandardsidebarview: ["SettingsWindow", "standardSidebarView"],
settingswindowsubsidebarcontent: ["SettingsWindowScroller", "content"],
settingswindowsubsidebarscroller: ["SettingsWindowScroller", "scroller"],
size10: ["TextSize", "size10"],
size12: ["TextSize", "size12"],
size14: ["TextSize", "size14"],

File diff suppressed because one or more lines are too long

View File

@ -18,8 +18,10 @@ body,
#app-mount REPLACE_CLASS_guilddiscovery,
#app-mount REPLACE_CLASS_scroller,
#app-mount REPLACE_CLASS_settingswindowstandardsidebarview,
#app-mount REPLACE_CLASS_settingswindowscroller,
#app-mount REPLACE_CLASS_settingswindowcontentregion {
#app-mount REPLACE_CLASS_settingswindowsidebarregionscroller,
#app-mount REPLACE_CLASS_settingswindowsubsidebarscroller,
#app-mount REPLACE_CLASS_settingswindowcontentregion,
#app-mount REPLACE_CLASS_settingswindowcontentregionscroller {
background-color: transparent;
}
#app-mount REPLACE_CLASS_channelheaderchildren:after {
@ -29,7 +31,7 @@ body,
background-color: rgba(0, 0, 0, 0.3);
}
#app-mount REPLACE_CLASS_channelheaderheaderbarREPLACE_CLASS_channelheaderheaderbarthemed,
#app-mount REPLACE_CLASS_sidebarregion,
#app-mount REPLACE_CLASS_settingswindowsidebarregion,
#app-mount REPLACE_CLASS_channels,
#app-mount REPLACE_CLASS_channelpanels,
#app-mount REPLACE_CLASS_memberswrap,

View File

@ -181,8 +181,10 @@ body, /* body */
#app-mount .pageWrapper-1PgVDX, /* guilddiscovery */
#app-mount .scroller-2FKFPG, /* scroller */
#app-mount .standardSidebarView-3F1I7i, /* settings */
#app-mount .scroller-305q3I, /* settings sidebar scroller */
#app-mount .contentRegion-3nDuYy { /* settings content */
#app-mount .sidebarRegionScroller-3MXcoP, /* settings sidebar scroller */
#app-mount .scroller-305q3I, /* settings sub sidebar scroller */
#app-mount .contentRegion-3nDuYy, /* settings content */
#app-mount .contentRegionScroller-26nc1e { /* settings content scroller */
background: transparent;
}