feat: book progress bars

This commit is contained in:
Cory Dransfeldt 2024-06-02 12:55:59 -07:00
parent cc2ca7d134
commit d31ce9b2cd
No known key found for this signature in database
6 changed files with 24 additions and 5 deletions

View file

@ -37,6 +37,10 @@
width: fit-content;
}
& .progress-bar-wrapper {
max-width: 75%;
}
& blockquote.description {
-webkit-box-orient: vertical;
display: -webkit-box;
@ -102,6 +106,10 @@
& .book-meta {
align-items: start;
& .progress-bar-wrapper {
max-width: 40%;
}
}
}
}