feat: book progress bars
This commit is contained in:
parent
cc2ca7d134
commit
d31ce9b2cd
6 changed files with 24 additions and 5 deletions
|
@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue