Add background transparency and animation effects

to dashboard and popup
This commit is contained in:
SethBurkart123
2023-11-14 22:21:54 +11:00
parent ef4ca5994f
commit c745e994f7
3 changed files with 28 additions and 7 deletions
+9
View File
@@ -10,6 +10,8 @@ html.transparencyEffects:not(.dark) {
/* Blurs */
.message.addMessage,
.thread,
#title,
.LabelList__selected___3Egk7,
.legacy-root button, .legacy-root a,
@@ -33,4 +35,11 @@ html.transparencyEffects:not(.dark) {
.document,
.border {
backdrop-filter: blur(8px);
}
#main > .dashboard {
section,
.dashlet {
backdrop-filter: blur(8px);
}
}