21 lines
1.0 KiB
CSS
21 lines
1.0 KiB
CSS
/**
|
|
* @name SettingsModal
|
|
* @description Turns Settings Windows like User-/Channel-/Serversettings and Boost Overview into Modals
|
|
* @author DevilBro
|
|
* @version 1.0.0
|
|
* @authorId 278543574059057154
|
|
* @invite Jx3TjNS
|
|
* @donate https://www.paypal.me/MircoWittrien
|
|
* @patreon https://www.patreon.com/MircoWittrien
|
|
* @website https://mwittrien.github.io/
|
|
* @source https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/SettingsModal/
|
|
* @updateUrl https://mwittrien.github.io/BetterDiscordAddons/Themes/SettingsModal/SettingsModal.theme.css
|
|
*/
|
|
|
|
@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/vw) */
|
|
--settingsmodalheight: 80vh; /* default: 80vh (height of the settings modal, px/vh) */
|
|
} |