mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(dashboard): show card colors again!
This commit is contained in:
parent
1b941cdf3b
commit
e33ca27dd5
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
<CardBody style="border-left: 4px solid #{settings && settings.appearance.color_background ? isPage ? "" : member.color : member.color }; margin: -1rem -1.25rem">
|
||||
<CardBody style="border-left: 4px solid #{settings && settings.appearance.color_background ? isPage ? "" : member.color : member.color }; margin: -1rem">
|
||||
{#if !editMode && !groupMode}
|
||||
<Row>
|
||||
{#if member.id}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue