Update SettingsModal.theme.css
This commit is contained in:
parent
a62a873ea2
commit
84fcba9838
|
@ -10,12 +10,16 @@
|
||||||
* @website https://mwittrien.github.io/
|
* @website https://mwittrien.github.io/
|
||||||
* @source https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/SettingsModal/
|
* @source https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/SettingsModal/
|
||||||
* @updateUrl https://mwittrien.github.io/BetterDiscordAddons/Themes/SettingsModal/SettingsModal.theme.css
|
* @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"]
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/SettingsModal/SettingsModal.css);
|
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/SettingsModal/SettingsModal.css);
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--settingsmodalbackground: transparent; /* default: transparent (lowest bg color of changed windows, change it in case another theme turns them transparent) */
|
--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/vw) */
|
--settingsmodalwidth: 960px; /* default: 960px (width of the settings modal, px) */
|
||||||
--settingsmodalheight: 80vh; /* default: 80vh (height of the settings modal, px/vh) */
|
--settingsmodalheight: 80vh; /* default: 80vh (height of the settings modal, vh) */
|
||||||
}
|
}
|
Loading…
Reference in New Issue