[feature] Use blurhashes in frontend, tidy up gallery view a bit (#3948)

* [feature] Use blurhashes in frontend, tidy up gallery view a bit

* weeeeeeeeeeeeeeeee

* beep boop
This commit is contained in:
tobi 2025-03-31 15:51:17 +02:00 committed by GitHub
commit 3949117be0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 508 additions and 124 deletions

View file

@ -35,7 +35,12 @@
grid-row: span 2;
}
@media screen and (max-width: 42rem) {
/*
On really skinny screens allow
media wrapper to take up full
width instead of showing 2 columns.
*/
@media screen and (max-width: 23rem) {
.media-wrapper {
grid-column: span 2;
grid-row: span 2;