mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 01:30:13 +00:00
feat: remove the background behind the system cards
This commit is contained in:
parent
c07147ec65
commit
be1a2423f9
1 changed files with 0 additions and 4 deletions
|
|
@ -70,14 +70,10 @@
|
||||||
<Col class="mx-auto" xs={12} lg={10}>
|
<Col class="mx-auto" xs={12} lg={10}>
|
||||||
<TabContent class="mt-3">
|
<TabContent class="mt-3">
|
||||||
<TabPane tabId="system" tab="System" active={tabPane === "system"}>
|
<TabPane tabId="system" tab="System" active={tabPane === "system"}>
|
||||||
<Card style="border-radius: 0; border: none;">
|
|
||||||
<System bind:user={user} bind:isPublic={isPublic} />
|
<System bind:user={user} bind:isPublic={isPublic} />
|
||||||
</Card>
|
|
||||||
</TabPane>
|
</TabPane>
|
||||||
<TabPane tabId="members" tab="Members" active={tabPane === "members"}>
|
<TabPane tabId="members" tab="Members" active={tabPane === "members"}>
|
||||||
<Card style="border-radius: 0; border: none;">
|
|
||||||
alo
|
alo
|
||||||
</Card>
|
|
||||||
</TabPane>
|
</TabPane>
|
||||||
</TabContent>
|
</TabContent>
|
||||||
</Col>
|
</Col>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue