diff --git a/src/components/callout-banner/index.vue b/src/components/callout-banner/index.vue index 042c26b..d0e0a38 100644 --- a/src/components/callout-banner/index.vue +++ b/src/components/callout-banner/index.vue @@ -4,7 +4,8 @@ foreground) — warning uses the codebase's existing lifecycle-notice tokens, destructive uses `--destructive-soft`/`--destructive-border` (packages/ui/AGENTS.md § Alpha policy) — one look, not two. - Stacks on narrow, becomes a row at sm. When `clickable`, the whole surface + Action banners stack on narrow screens; clickable banners keep their + chevron beside the text. When `clickable`, the whole surface is a button that opens something (a diagnostics dialog); the trailing slot is then usually empty and a chevron leads the user in. -->
diff --git a/src/components/settings/BackButton.vue b/src/components/settings/BackButton.vue index b70a50d..b95b1ac 100644 --- a/src/components/settings/BackButton.vue +++ b/src/components/settings/BackButton.vue @@ -8,6 +8,7 @@ pressed fill aligns with the card edge below instead of hanging into the outer gutter. px-4 keeps the chevron and label comfortably inset. -->