mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-08-28 05:24:23 -05:00
Make the gear image clickable on mobile
This was being blocked by the fake image spacer.
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
|
||||
<div class="columns is-gapless">
|
||||
<div class="column is-4 salmon-run-ad-img">
|
||||
<div class="image is-16by9 is-hidden-desktop"></div>
|
||||
|
||||
<template v-if="!screenshotMode && coop && coop.reward_gear">
|
||||
<div class="salmon-run-gear-text">
|
||||
This month's gear
|
||||
@@ -29,8 +31,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<div class="image is-16by9 is-hidden-desktop"></div>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div class="salmon-run-content">
|
||||
|
||||
Reference in New Issue
Block a user