mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-09-08 18:45:26 -05:00
Make Splatfest banner overlap the image again
This commit is contained in:
@@ -266,7 +266,7 @@ body.has-modal #main {
|
||||
}
|
||||
|
||||
.festival-period-container {
|
||||
margin-bottom: 10px;
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
||||
.festival-period {
|
||||
|
||||
@@ -60,12 +60,12 @@
|
||||
</div>
|
||||
|
||||
<div class="has-text-centered is-size-5 title-color festival-period-container" v-if="screenshotMode">
|
||||
<span class="festival-period" :style="{ 'background-color': festival.colors.middle.css_rgb }" v-if="state == 'upcoming'">
|
||||
<div class="festival-period" :style="{ 'background-color': festival.colors.middle.css_rgb }" v-if="state == 'upcoming'">
|
||||
in {{ festival.times.start - now | shortDuration }}
|
||||
</span>
|
||||
<span class="festival-period" :style="{ 'background-color': festival.colors.middle.css_rgb }" v-if="state == 'active'">
|
||||
</div>
|
||||
<div class="festival-period" :style="{ 'background-color': festival.colors.middle.css_rgb }" v-if="state == 'active'">
|
||||
{{ festival.times.end - now | durationHours }} remaining
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user