clean up collection row columns
This commit is contained in:
parent
6831f6043c
commit
cc58e8e1b1
2 changed files with 6 additions and 10 deletions
|
|
@ -52,10 +52,6 @@
|
|||
transcendence={summon.summon?.uncap?.transcendence}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="extra-cell">
|
||||
<span class="placeholder">—</span>
|
||||
</div>
|
||||
</button>
|
||||
|
||||
<style lang="scss">
|
||||
|
|
|
|||
|
|
@ -70,10 +70,6 @@
|
|||
<ElementLabel {element} size="medium" />
|
||||
</div>
|
||||
|
||||
<div class="proficiency-cell">
|
||||
<ProficiencyLabel {proficiency} size="medium" />
|
||||
</div>
|
||||
|
||||
<div class="uncap-cell">
|
||||
<UncapIndicator
|
||||
type="weapon"
|
||||
|
|
@ -85,7 +81,11 @@
|
|||
/>
|
||||
</div>
|
||||
|
||||
<div class="extra-cell">
|
||||
<div class="proficiency-cell">
|
||||
<ProficiencyLabel {proficiency} size="medium" />
|
||||
</div>
|
||||
|
||||
<!-- <div class="extra-cell">
|
||||
{#if awakeningDisplay}
|
||||
<span class="awakening">{awakeningDisplay}</span>
|
||||
{:else if keyCount > 0}
|
||||
|
|
@ -93,7 +93,7 @@
|
|||
{:else}
|
||||
<span class="placeholder">—</span>
|
||||
{/if}
|
||||
</div>
|
||||
</div> -->
|
||||
</button>
|
||||
|
||||
<style lang="scss">
|
||||
|
|
|
|||
Loading…
Reference in a new issue