fix(dashboard): fix header not showing up on full pages
This commit is contained in:
parent
3c4de5996c
commit
eb1d7fea9f
@ -182,7 +182,7 @@
|
|||||||
{#each slicedList as item, index (item.id)}
|
{#each slicedList as item, index (item.id)}
|
||||||
<Card class="mb-3">
|
<Card class="mb-3">
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
<CardsHeader {item} slot="header">
|
<CardsHeader {item}>
|
||||||
<div slot="icon">
|
<div slot="icon">
|
||||||
{#if isPublic || item.privacy.visibility === "public"}
|
{#if isPublic || item.privacy.visibility === "public"}
|
||||||
{#if itemType === "member"}
|
{#if itemType === "member"}
|
||||||
@ -210,7 +210,7 @@
|
|||||||
{#each slicedList as item, index (item.id)}
|
{#each slicedList as item, index (item.id)}
|
||||||
<Card>
|
<Card>
|
||||||
<Link class="accordion-button collapsed" style="text-decoration: none;" to={getItemLink(item)}>
|
<Link class="accordion-button collapsed" style="text-decoration: none;" to={getItemLink(item)}>
|
||||||
<CardsHeader {item} slot="header">
|
<CardsHeader {item}>
|
||||||
<div slot="icon">
|
<div slot="icon">
|
||||||
{#if isPublic || item.privacy.visibility === "public"}
|
{#if isPublic || item.privacy.visibility === "public"}
|
||||||
{#if itemType === "member"}
|
{#if itemType === "member"}
|
||||||
|
Loading…
Reference in New Issue
Block a user