fix vesktop stuff

This commit is contained in:
askiiart 2024-03-06 20:18:13 -06:00
parent 93a12833fa
commit 5ae229da31
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
52 changed files with 148 additions and 82 deletions

View file

@ -0,0 +1,21 @@
/**
* @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) */
}