diff options
| author | Mistivia <i@mistivia.com> | 2025-02-05 15:39:41 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-02-05 15:39:41 +0800 |
| commit | 365c471cfea10e781b87a63e5b6b4e28a17e2bfc (patch) | |
| tree | 310414e9ada881446413ecebb15646fb06a47ed8 /src/components/CardThumb.svelte | |
| parent | 473e284e3eba96a4845c4a1a6c155dfac1f7cb68 (diff) | |
impl main panel
Diffstat (limited to 'src/components/CardThumb.svelte')
| -rw-r--r-- | src/components/CardThumb.svelte | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/components/CardThumb.svelte b/src/components/CardThumb.svelte index f733b32..c2fefc8 100644 --- a/src/components/CardThumb.svelte +++ b/src/components/CardThumb.svelte @@ -1,6 +1,6 @@ <script lang="ts"> -import {setLeftPanelCard} from '../control/left_panel.svelte.js'; +import {setLeftPanelCard} from '../control/left_panel'; let {id} = $props(); @@ -22,12 +22,6 @@ function onhover() { <style> -.card-thumbnail { - width: 50px; - height: 70px; - background-color: #eee; - margin-right: 10px; - border-radius: 3px; -} + </style> |
