feat: refactor image loading
This commit is contained in:
parent
22fd3850ef
commit
93fb7eafeb
30 changed files with 3408 additions and 4023 deletions
|
@ -22,8 +22,7 @@
|
|||
border-color: var(--accent-color-hover)
|
||||
}
|
||||
|
||||
& img,
|
||||
& picture {
|
||||
& img {
|
||||
max-width: calc(var(--sizing-3xl) * 4);
|
||||
height: auto;
|
||||
}
|
||||
|
@ -68,11 +67,6 @@
|
|||
gap: var(--sizing-base);
|
||||
align-items: start;
|
||||
|
||||
& picture {
|
||||
display: block;
|
||||
margin-bottom: var(--sizing-md);
|
||||
}
|
||||
|
||||
& .book-meta {
|
||||
align-items: start;
|
||||
}
|
||||
|
|
Reference in a new issue