diff --git a/app/assets/app.css b/app/assets/app.css index 561d2a4..c6f55d2 100644 --- a/app/assets/app.css +++ b/app/assets/app.css @@ -35,3 +35,7 @@ body { background: #000000; } + +@theme { + --breakpoint-xs: 30rem; +} diff --git a/app/components/GalleryModal.vue b/app/components/GalleryModal.vue index db1d18f..25bd62e 100644 --- a/app/components/GalleryModal.vue +++ b/app/components/GalleryModal.vue @@ -37,11 +37,12 @@ const getPlaceholder = (image: InternalApi["/api/gallery"]["get"][number]) => {