feat(*): add image grids for album and associated media displays
This commit is contained in:
parent
9b4baad5fb
commit
9fa00a53a6
51 changed files with 1176 additions and 754 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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue