mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(dashboard): fix header not showing up on full pages
This commit is contained in:
parent
3c4de5996c
commit
eb1d7fea9f
1 changed files with 2 additions and 2 deletions
|
|
@ -182,7 +182,7 @@
|
|||
{#each slicedList as item, index (item.id)}
|
||||
<Card class="mb-3">
|
||||
<CardHeader>
|
||||
<CardsHeader {item} slot="header">
|
||||
<CardsHeader {item}>
|
||||
<div slot="icon">
|
||||
{#if isPublic || item.privacy.visibility === "public"}
|
||||
{#if itemType === "member"}
|
||||
|
|
@ -210,7 +210,7 @@
|
|||
{#each slicedList as item, index (item.id)}
|
||||
<Card>
|
||||
<Link class="accordion-button collapsed" style="text-decoration: none;" to={getItemLink(item)}>
|
||||
<CardsHeader {item} slot="header">
|
||||
<CardsHeader {item}>
|
||||
<div slot="icon">
|
||||
{#if isPublic || item.privacy.visibility === "public"}
|
||||
{#if itemType === "member"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue