remove vesktop

This commit is contained in:
askiiart 2025-02-24 17:37:50 -06:00
parent 69c4618472
commit 1387ff2547
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
26 changed files with 1 additions and 2093 deletions

View file

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