mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-09-13 11:05:28 -05:00
Fix formatting in screenshot view for Splatfests
This commit is contained in:
@@ -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> </div>
|
||||
|
||||
Reference in New Issue
Block a user