clean up collection row columns

This commit is contained in:
Justin Edmund 2025-12-19 18:31:36 -08:00
parent 6831f6043c
commit cc58e8e1b1
2 changed files with 6 additions and 10 deletions

View file

@ -52,10 +52,6 @@
transcendence={summon.summon?.uncap?.transcendence} transcendence={summon.summon?.uncap?.transcendence}
/> />
</div> </div>
<div class="extra-cell">
<span class="placeholder"></span>
</div>
</button> </button>
<style lang="scss"> <style lang="scss">

View file

@ -70,10 +70,6 @@
<ElementLabel {element} size="medium" /> <ElementLabel {element} size="medium" />
</div> </div>
<div class="proficiency-cell">
<ProficiencyLabel {proficiency} size="medium" />
</div>
<div class="uncap-cell"> <div class="uncap-cell">
<UncapIndicator <UncapIndicator
type="weapon" type="weapon"
@ -85,7 +81,11 @@
/> />
</div> </div>
<div class="extra-cell"> <div class="proficiency-cell">
<ProficiencyLabel {proficiency} size="medium" />
</div>
<!-- <div class="extra-cell">
{#if awakeningDisplay} {#if awakeningDisplay}
<span class="awakening">{awakeningDisplay}</span> <span class="awakening">{awakeningDisplay}</span>
{:else if keyCount > 0} {:else if keyCount > 0}
@ -93,7 +93,7 @@
{:else} {:else}
<span class="placeholder"></span> <span class="placeholder"></span>
{/if} {/if}
</div> </div> -->
</button> </button>
<style lang="scss"> <style lang="scss">