added support for cover images in lists

This commit is contained in:
Nuno Coração
2022-11-06 22:57:15 +00:00
parent 1ea543da24
commit afd1928cd2
32 changed files with 58 additions and 6 deletions

View File

@@ -1425,6 +1425,10 @@ select {
top: 5rem;
}
.z-\[500\] {
z-index: 500;
}
.z-50 {
z-index: 50;
}