mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
Black background for news module
This commit is contained in:
parent
6f92c5b2ec
commit
23be274a02
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
{#if news.length}
|
||||
<Posts posts={news} />
|
||||
{:else}
|
||||
<section class="h-64 border border-gray p-4">
|
||||
<section class="h-64 bg-black border border-gray p-4">
|
||||
<Preloader />
|
||||
</section>
|
||||
{/if}
|
||||
|
|
Loading…
Reference in a new issue