Fix formatting in screenshot view for Splatfests

This commit is contained in:
Matt Isenhower
2022-11-11 16:53:03 -08:00
parent 7689ef7bdc
commit c536ff00f2

View File

@@ -1,5 +1,5 @@
<template>
<button class="relative" @click.prevent="open = true">
<button class="block relative" @click.prevent="open = true">
<div class="bg-zinc-700 aspect-[2/1] overflow-hidden" :class="imgClass">
<img :src="lowRes" v-if="lowRes" />
<div class="bg-zinc-500 animate-pulse h-full" :class="imgClass" v-else>&nbsp;</div>