diff --git a/ts/card-info/CardInfo.svelte b/ts/card-info/CardInfo.svelte
index e1f8e1e97..c6ba56fa9 100644
--- a/ts/card-info/CardInfo.svelte
+++ b/ts/card-info/CardInfo.svelte
@@ -3,108 +3,16 @@ Copyright: Ankitects Pty Ltd and contributors
License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
-->
-
- {#each statsRows as row, _index}
-
- {row.label} |
- {row.value} |
-
- {/each}
-
+
@@ -113,11 +21,4 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
.container {
max-width: 40em;
}
-
- .stats-table {
- width: 100%;
- border-spacing: 1em 0;
- border-collapse: collapse;
- text-align: start;
- }
diff --git a/ts/card-info/CardStats.svelte b/ts/card-info/CardStats.svelte
new file mode 100644
index 000000000..ccaef6672
--- /dev/null
+++ b/ts/card-info/CardStats.svelte
@@ -0,0 +1,113 @@
+
+
+
+
+ {#each statsRows as row, _index}
+
+ {row.label} |
+ {row.value} |
+
+ {/each}
+
+
+