mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-09-12 20:45:25 -05:00
Add some padding around the name of Salmon Run gear
This commit is contained in:
@@ -536,6 +536,10 @@ body.has-modal #main {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
&.salmon-run-gear .gear-name {
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.info-overlay {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<Wrapper title="Salmon Run Gear" :time="now">
|
||||
<div class="tilt-left salmon-run-gear" style="display: flex; align-items: center; justify-content: center;" v-if="merchandise">
|
||||
<MerchandiseBox :merchandise="merchandise" />
|
||||
<MerchandiseBox :merchandise="merchandise" class="salmon-run-gear" />
|
||||
</div>
|
||||
</Wrapper>
|
||||
</template>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<Modal @close="$emit('close')">
|
||||
<div class="modal-content" style="max-width: 300px; overflow: visible">
|
||||
<div class="tilt-right" style="overflow: hidden">
|
||||
<MerchandiseBox :merchandise="merchandise" />
|
||||
<MerchandiseBox :merchandise="merchandise" class="salmon-run-gear" />
|
||||
</div>
|
||||
</div>
|
||||
</Modal>
|
||||
|
||||
Reference in New Issue
Block a user