Skip to content

Commit c57a590

Browse files
committed
Add blur to QuickSwitcher
1 parent 176b610 commit c57a590

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Discord/WebView.swift

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ func loadPluginsAndCSS(webView: WKWebView) {
4444
hsl(var(--theme-base-color-hsl, 0 0% 0%) / 0.48) var(--theme-base-color-amount, 0%)
4545
) !important;
4646
}
47+
4748
4849
.theme-dark .themed_fc4f04 {
4950
background-color: transparent !important;
@@ -65,7 +66,12 @@ func loadPluginsAndCSS(webView: WKWebView) {
6566
.chat_a7d72e {
6667
background: transparent !important;
6768
}
68-
69+
70+
.quickswitcher_f4e139 {
71+
background-color: transparent !important;
72+
-webkit-backdrop-filter: blur(5px) !important;
73+
}
74+
6975
.content_a7d72e {
7076
background: none !important;
7177
}

0 commit comments

Comments
 (0)