mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-09-20 17:24:16 +00:00
fix play/pause button on carousel
This commit is contained in:
@@ -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; }
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user