Skip to content

Commit 426d8e3

Browse files
hhkaosclaude
andcommitted
style(embed): widen the gap between <ote-subscribe> badges
layout="badges" triggers were touching edge-to-edge at gap: 0.4rem. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 83c261f commit 426d8e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/embed/src/subscribe.css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const SUBSCRIBE_CSS = `
99
display: inline-flex;
1010
align-items: flex-start;
1111
flex-wrap: wrap;
12-
gap: 0.4rem;
12+
gap: 0.6rem;
1313
--ote-surface: #f6f7f9;
1414
--ote-border: #e3e6ea;
1515
--ote-text: #1c2128;

0 commit comments

Comments
 (0)