feat: lightweight media pages

This commit is contained in:
Cory Dransfeldt 2024-05-22 15:45:51 -07:00
parent cd268580fc
commit 1fb5acd132
No known key found for this signature in database
11 changed files with 223 additions and 129 deletions

View file

@ -118,6 +118,34 @@
}
}
.watching-focus {
border-bottom: 0;
& .watching-meta {
display: flex;
flex-direction: column;
gap: var(--sizing-xs);
margin-top: var(--sizing-base);
& p {
&.title {
font-size: var(--font-size-xl);
}
&.sub-meta {
font-size: var(--font-size-xs);
line-height: var(--line-height-xs);
}
&.title,
&.rating,
&.sub-meta {
margin: 0;
}
}
}
}
@media screen and (min-width: 768px) {
.watching.grid {
grid-template-columns: repeat(3,minmax(0,1fr))