stuff
This commit is contained in:
parent
d3972817f4
commit
3e2d3bcb7b
|
@ -1,14 +1,14 @@
|
|||
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/ThemeDevBadge.css);
|
||||
|
||||
:root {
|
||||
--settingsmodalbackground: transparent;
|
||||
--settingsmodalwidth: 960px;
|
||||
--settingsmodalheight: 80vh;
|
||||
--settingsmodalbackground: transparent;
|
||||
|
||||
|
||||
--settingsmodalbackground_v: var(--settingsmodalbackground_s, var(--settingsmodalbackground));
|
||||
--settingsmodalwidth_v: var(--settingsmodalwidth_s, var(--settingsmodalwidth));
|
||||
--settingsmodalheight_v: var(--settingsmodalheight_s, var(--settingsmodalheight));
|
||||
--settingsmodalbackground_v: var(--settingsmodalbackground_s, var(--settingsmodalbackground));
|
||||
}
|
||||
|
||||
#app-mount .baseLayer__8fda3 {
|
||||
|
|
|
@ -11,15 +11,15 @@
|
|||
* @source https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/SettingsModal/
|
||||
* @updateUrl https://mwittrien.github.io/BetterDiscordAddons/Themes/SettingsModal/SettingsModal.theme.css
|
||||
*
|
||||
* @var text settingsmodalbackground_s "Settings Background: lowest BG Color of changed Windows, change it in case another Theme turns them transparent [default] = transparent" transparent
|
||||
* @var range settingsmodalwidth_s "Settings Width: [default] = 960px" [960, 540, 1920, 20, "px"]
|
||||
* @var range settingsmodalheight_s "Settings Height: [default] = 80vh" [80, 20, 100, 5, "vh"]
|
||||
* @var text settingsmodalbackground_s "Settings Background: lowest BG Color of changed Windows, change it in case another Theme turns them transparent [default] = transparent" transparent
|
||||
*/
|
||||
|
||||
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/SettingsModal/SettingsModal.css);
|
||||
|
||||
:root {
|
||||
--settingsmodalbackground: transparent; /* default: transparent (lowest BG Color of changed Windows, change it in case another Theme turns them transparent) */
|
||||
--settingsmodalwidth: 960px; /* default: 960px (width of the settings modal, px) */
|
||||
--settingsmodalheight: 80vh; /* default: 80vh (height of the settings modal, vh) */
|
||||
--settingsmodalbackground: transparent; /* default: transparent (lowest BG Color of changed Windows, change it in case another Theme turns them transparent) */
|
||||
}
|
Loading…
Reference in New Issue