refactor(empty-list): simplify empty list, will now work on list view

This commit is contained in:
Edouard Vanbelle
2026-04-03 00:28:53 +02:00
parent db30639823
commit 5b821a7eab
5 changed files with 38 additions and 9 deletions
+1 -1
View File
@@ -21,4 +21,4 @@ html[dir='rtl'] .fa-sign-out-alt {
transform: rotate(180deg);
}
/* Utility: hide elements without inline style="" (CSP-safe) */
.hidden { display: none; }
.hidden { display: none !important; }