mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-16 10:40:12 +00:00
feat: don't put the cardsheader in a... card header automatically
This commit is contained in:
parent
1516d76bf4
commit
69299464d9
1 changed files with 2 additions and 4 deletions
|
|
@ -11,8 +11,7 @@
|
|||
export let loading: boolean;
|
||||
</script>
|
||||
|
||||
<CardHeader>
|
||||
<CardTitle style="margin-top: 0px; margin-bottom: 0px; outline: none; align-items: center;" class="d-flex justify-content-between align-middle">
|
||||
<CardTitle style="margin-top: 0px; margin-bottom: 0px; outline: none; align-items: center;" class="d-flex justify-content-between align-middle w-100">
|
||||
<div>
|
||||
<div class="icon d-inline-block">
|
||||
<FaUserCircle />
|
||||
|
|
@ -35,4 +34,3 @@
|
|||
</div>
|
||||
</Modal>
|
||||
</CardTitle>
|
||||
</CardHeader>
|
||||
Loading…
Add table
Add a link
Reference in a new issue