draft out albums page a little more

This commit is contained in:
2023-05-24 17:13:15 +09:30
parent a918939286
commit eb60073688
3 changed files with 46 additions and 9 deletions

View File

@ -135,7 +135,8 @@ nav {
z-index: -1;
}
.link-tiles-grid {
.link-tiles-grid,
.album-tiles-grid {
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
@ -143,13 +144,20 @@ nav {
margin-bottom: var(--line-padding);
}
.link-tiles-grid>a>img {
.link-tiles-grid>a>img,
.album-tiles-grid>a>img {
background-color: var(--border);
width: 100%;
aspect-ratio: 1/1;
color: var(--container)
}
.album-tiles-grid iframe {
border: 0 !important;
width: 100% !important;
aspect-ratio: 1 !important;
}
@media all and (max-width: 1100px) {
body {
flex-direction: column-reverse;