feat: now playing web component

This commit is contained in:
Cory Dransfeldt 2024-02-20 10:21:03 -08:00
parent 2c606a6d13
commit a4607bccd9
No known key found for this signature in database
28 changed files with 159 additions and 131 deletions

View file

@ -11,7 +11,7 @@ button > svg {
input {
border-radius: var(--rounded-md);
padding: .25rem;
border: none;
border: 1px solid var(--gray-light);
}
label {

View file

@ -385,10 +385,6 @@ svg {
animation: spin 1s linear infinite;
}
.icon--center__vertical {
height: 1.76rem;
}
.icon--center__vertical > svg {
display: inline;
vertical-align: middle;
@ -568,12 +564,6 @@ footer nav {
line-height: var(--line-height-3xl);
}
/* articles */
article [rel="author"],
article time {
height: 1rem;
}
/* lists */
ul, ol {
padding-left: 2.5rem;
@ -582,9 +572,4 @@ footer nav {
footer nav:first-child {
gap: .75rem;
}
/* icons */
.icon--center__vertical {
height: 1.275rem;
}
}