diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-15 16:26:04 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-15 16:26:04 +0900 |
| commit | fcf137d10985f4f7681dc917c3611e1623641ae5 (patch) | |
| tree | 3ab4904380177b9ce7287fd5036a64730a4157fc /src/client/pages/StudyPage.tsx | |
| parent | 805f30f2b26d325cd772efc3cb30cb50a8e4c226 (diff) | |
| download | kioku-fcf137d10985f4f7681dc917c3611e1623641ae5.tar.gz kioku-fcf137d10985f4f7681dc917c3611e1623641ae5.tar.zst kioku-fcf137d10985f4f7681dc917c3611e1623641ae5.zip | |
style(study): move new card badge to top-left to avoid edit button overlap
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'src/client/pages/StudyPage.tsx')
| -rw-r--r-- | src/client/pages/StudyPage.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/StudyPage.tsx b/src/client/pages/StudyPage.tsx index c8eb603..39aa269 100644 --- a/src/client/pages/StudyPage.tsx +++ b/src/client/pages/StudyPage.tsx @@ -445,7 +445,7 @@ function StudySession({ {currentCard.state === 0 && ( <span data-testid="new-card-badge" - className="absolute top-3 right-10 bg-primary/10 text-primary text-xs font-medium px-2 py-0.5 rounded-full" + className="absolute top-3 left-3 bg-primary/10 text-primary text-xs font-medium px-2 py-0.5 rounded-full" > New </span> |
