fix play/pause button on carousel

This commit is contained in:
Evan Jarrett
2026-04-22 20:28:55 -05:00
parent c7783bf87c
commit 9e09401cb3
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -322,6 +322,12 @@
vertical-align: -0.125em;
}
/* .icon sets display:inline-block with the same specificity as Tailwind's
.hidden — source order would otherwise leave hidden icons visible. */
.icon.hidden {
display: none;
}
/* Icon sizes (matching Tailwind size-* utilities) */
.icon.size-3 { width: 0.75rem; height: 0.75rem; }
.icon.size-4 { width: 1rem; height: 1rem; }
+6
View File
@@ -192,6 +192,12 @@
vertical-align: -0.125em;
}
/* .icon sets display:inline-block with the same specificity as Tailwind's
.hidden — source order would otherwise leave hidden icons visible. */
.icon.hidden {
display: none;
}
/* Icon sizes (matching Tailwind size-* utilities) */
.icon.size-3 { width: 0.75rem; height: 0.75rem; }
.icon.size-4 { width: 1rem; height: 1rem; }