Skip to content

Commit 71cc8bb

Browse files
committed
issue #973: Increase padding in verse toolbar for better spacing.
1 parent 96394ee commit 71cc8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/seed-bible/app/components/verseToolbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export function VerseToolbar({
137137
'-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif',
138138
borderRadius: "12px",
139139
boxShadow: "0 4px 20px rgba(0, 0, 0, 0.15)",
140-
padding: "6px 10px",
140+
padding: "6px 20px",
141141
zIndex: 1000,
142142
animation: "slideUp 0.3s ease-out",
143143
maxWidth: "95vw",

0 commit comments

Comments
 (0)