Skip to content

Commit

Permalink
Updated gallery height
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfox committed Jul 14, 2024
1 parent 068cacb commit 6a44383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Gallery.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="w-screen h-screen overflow-y-scroll bg-neutral-100">
<div class="w-screen h-svh overflow-y-scroll bg-neutral-100">
<div v-if="loading && artworks.length === 0">Loading...</div>
<div v-else-if="error">{{ error }}</div>
<div v-else class="masonry-container p-8">
Expand Down

0 comments on commit 6a44383

Please sign in to comment.