feat: hide empty overview columns + transparency effects support

This commit is contained in:
SethBurkart123
2025-06-12 17:12:26 +10:00
parent 8c1df8f829
commit bb7c27dfea
2 changed files with 16 additions and 28 deletions
+6 -10
View File
@@ -21,6 +21,9 @@ html.transparencyEffects {
}
/* Blurs */
.search,
.document,
.border,
.draggable,
.notice,
[class*="BasicPanel__BasicPanel___"],
@@ -42,29 +45,22 @@ html.transparencyEffects {
backdrop-filter: blur(80px);
}
.filter-select,
.report {
backdrop-filter: blur(10px) !important;
}
#menu,
.kanban-column,
.whatsnewContainer,
[class*="Message__Message___"] {
backdrop-filter: blur(50px);
}
#menu {
backdrop-filter: blur(20px);
}
.title > a {
backdrop-filter: blur(0px) !important;
}
.search,
.document,
.border {
backdrop-filter: blur(80px);
}
#main > .dashboard {
section,
.dashlet {