remove summon badges, rename subaura label to "Subaura Summons"
This commit is contained in:
parent
4129a43103
commit
9a34e19d48
2 changed files with 1 additions and 19 deletions
|
|
@ -19,7 +19,7 @@
|
|||
</script>
|
||||
|
||||
<div class="container">
|
||||
<h3>Subaura</h3>
|
||||
<h3>Subaura Summons</h3>
|
||||
<ul class="grid" id="ExtraSummons">
|
||||
{#each subauraSlots() as summon, i}
|
||||
<li>
|
||||
|
|
|
|||
|
|
@ -126,12 +126,6 @@
|
|||
alt={displayName(item?.summon)}
|
||||
src={imageUrl}
|
||||
/>
|
||||
{#if item?.main || position === -1}
|
||||
<span class="badge">Main</span>
|
||||
{/if}
|
||||
{#if item?.friend || position === 6}
|
||||
<span class="badge" style="left:auto; right:6px">Friend</span>
|
||||
{/if}
|
||||
</div>
|
||||
{/key}
|
||||
</div>
|
||||
|
|
@ -339,18 +333,6 @@
|
|||
color: var(--text-secondary);
|
||||
}
|
||||
|
||||
.badge {
|
||||
position: absolute;
|
||||
left: 6px;
|
||||
top: 6px;
|
||||
background: #333;
|
||||
color: #fff;
|
||||
font-size: 11px;
|
||||
padding: 2px 6px;
|
||||
border-radius: 10px;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
// Pulsing focus ring animation
|
||||
@keyframes pulse-focus-ring {
|
||||
0%, 100% {
|
||||
|
|
|
|||
Loading…
Reference in a new issue