feat(*): add image grids for album and associated media displays
This commit is contained in:
parent
9b4baad5fb
commit
36fbba761a
53 changed files with 1179 additions and 764 deletions
|
@ -5,6 +5,14 @@
|
|||
|
||||
a {
|
||||
aspect-ratio: var(--aspect-ratio);
|
||||
|
||||
img {
|
||||
border-color: var(--section-color);
|
||||
}
|
||||
}
|
||||
|
||||
&:not(:has(a)) img {
|
||||
border: var(--border-gray);
|
||||
}
|
||||
|
||||
& + .media-grid {
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
:is(.book-entry, .book-focus) img {
|
||||
height: auto;
|
||||
aspect-ratio: var(--aspect-ratio-vertical);
|
||||
border: var(--border-gray);
|
||||
}
|
||||
|
||||
.book-years a:first-of-type {
|
||||
font-weight: var(--font-weight-bold);
|
||||
}
|
||||
|
@ -25,10 +19,6 @@
|
|||
align-items: start;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: calc(var(--sizing-3xl) * 4);
|
||||
}
|
||||
|
||||
.media-meta {
|
||||
margin-top: var(--sizing-base);
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue