style: improve transparency effects theme

This commit is contained in:
sethburkart123
2024-06-09 21:07:18 +10:00
parent c342fea154
commit 83ffc0ea83
+3 -2
View File
@@ -31,6 +31,7 @@ html.transparencyEffects {
.Module__wrapper___2sbOo, .Module__wrapper___2sbOo,
.notifications__list___rp2L2, .notifications__list___rp2L2,
.thread, .thread,
.calendar,
.navigator, .navigator,
#title, #title,
.LabelList__selected___3Egk7, .LabelList__selected___3Egk7,
@@ -38,7 +39,7 @@ html.transparencyEffects {
.pane, .pane,
.legacy-root button, .legacy-root a, .legacy-root button, .legacy-root a,
.MessageList__MessageList___3DxoC { .MessageList__MessageList___3DxoC {
backdrop-filter: blur(20px); backdrop-filter: blur(80px);
} }
.report { .report {
@@ -61,7 +62,7 @@ html.transparencyEffects {
.search, .search,
.document, .document,
.border { .border {
backdrop-filter: blur(8px); backdrop-filter: blur(80px);
} }
#main > .dashboard { #main > .dashboard {