mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
don't show the top banner by default
This commit is contained in:
parent
e4142a9762
commit
17e08bb18f
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@
|
|||
{#if settings && settings.appearance.color_background}
|
||||
<div class="background" style="background-color: {member && `#${member.color}`}"></div>
|
||||
{/if}
|
||||
{#if member && member.banner && ((settings && settings.appearance.banner_top) || !settings)}
|
||||
{#if member && member.banner && ((settings && settings.appearance.banner_top))}
|
||||
<div class="banner" style="background-image: url({member.banner})" />
|
||||
{/if}
|
||||
<Container>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue