Don't display bubbles for what will be closed cards later

This commit is contained in:
Jason Zimdars
2025-09-22 11:08:11 -05:00
parent a931dae8d7
commit 6b22724ce4
+2
View File
@@ -493,6 +493,8 @@
--card-color: var(--color-card-complete) !important;
}
.bubble { display: none !important; }
@media (min-width: 640px) {
padding-inline: var(--cards-gap);
}