fix member and group page border settings breaking
This commit is contained in:
parent
fe44f6b8fa
commit
379120ab51
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<CardBody style="border-left: 4px solid #{group.color}; margin: -1rem -1.25rem">
|
<CardBody style="border-left: 4px solid #{settings && settings.appearance.color_background ? isPage ? "" : group.color : group.color }; margin: -1rem -1.25rem">
|
||||||
{#if !editMode && !memberMode}
|
{#if !editMode && !memberMode}
|
||||||
<Row>
|
<Row>
|
||||||
{#if group.id}
|
{#if group.id}
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<CardBody style="border-left: 4px solid #{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 -1.25rem">
|
||||||
{#if !editMode && !groupMode}
|
{#if !editMode && !groupMode}
|
||||||
<Row>
|
<Row>
|
||||||
{#if member.id}
|
{#if member.id}
|
||||||
|
Loading…
Reference in New Issue
Block a user