From 30521f04d153cae7ae1c142e1db52b14f3886dab Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Fri, 19 Feb 2021 12:30:32 +0100 Subject: [PATCH] stuff --- Themes/BasicBackground/BasicBackground.css | 3 +++ Themes/BasicBackground/BasicBackground.theme.css | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index 0e375c15fb..94b3ab55a8 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -6869,6 +6869,9 @@ img[src="/assets/e8b66317ab0dc9ba3bf8d41a4f3ec914.png"] { /* videosettings opus /* ---- 15.8. NOTIFICATIONBAR ---- */ +.base-3dtUhz .notice-3bPHh- { + border-radius: 0; +} #app-mount .notice-2FJMB4 { box-shadow: 0 1px 5px 0 rgba(var(--vtransparencycolor), 0.3); color: rgb(var(--fontwhite1)); diff --git a/Themes/BasicBackground/BasicBackground.theme.css b/Themes/BasicBackground/BasicBackground.theme.css index a56648b533..8632e820a1 100644 --- a/Themes/BasicBackground/BasicBackground.theme.css +++ b/Themes/BasicBackground/BasicBackground.theme.css @@ -31,17 +31,17 @@ --background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/_res/background.jpg); /* general background image */ --backgroundposition: center; /* default: center (position of background - values: [center/top/right/bottom/left]) */ --backgroundsize: cover; /* default: cover (sizefit of background - values: [cover/contain/auto]) */ - --backgroundblur: unset; /* default: unset (blur in px, only works when --background is set to an image) */ + --backgroundblur: unset; /* default: unset (blur in px, only works when --background is set to an image) */ --popout: var(--background); /* default: var(--background) (change to use another background/color for modals/popouts) */ --popoutposition: var(--backgroundposition); /* default: center (position of popout - values: [center/top/right/bottom/left]) */ --popoutsize: var(--backgroundsize); /* default: cover (sizefit of popout - values: [cover/contain/auto]) */ - --popoutblur: var(--backgroundblur); /* default: unset (blur in px, only works when --popout is set to an image) */ + --popoutblur: var(--backgroundblur); /* default: unset (blur in px, only works when --popout is set to an image) */ --backdrop: rgba(0,0,0,0.85); /* default: rgba(0,0,0,0.85) (change to use another background/color for backdrops) */ --backdropposition: var(--backgroundposition); /* default: center (position of backdrop - values: [center/top/right/bottom/left]) */ --backdropsize: var(--backgroundsize); /* default: cover (sizefit of backdrop - values: [cover/contain/auto]) */ - --backdropblur: var(--backgroundblur); /* default: unset (blur in px, only works when --backdrop is set to an image) */ + --backdropblur: var(--backgroundblur); /* default: unset (blur in px, only works when --backdrop is set to an image) */ --version1_0_5: none; /* DO NOT CHANGE THIS VARIABLE , USED TO HIDE UPDATE NOTICE */ }