remove scrollers without results on search

This commit is contained in:
2023-11-08 20:28:13 +01:00
parent 55301c85ab
commit 055ff5124c
2 changed files with 21 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ export let title
gap: 2rem;
padding: 3rem;
}
.wrapper{
.media_scroller_wrapper{
background-color: var(--nord2);
}
h2{
@@ -23,7 +23,7 @@ h2{
</style>
<div class=wrapper>
<div class=media_scroller_wrapper>
{#if title}
<h2>{title}</h2>
{/if}