summaryrefslogtreecommitdiff
path: root/src/App.tsx
diff options
context:
space:
mode:
authorSolstice <solstice@local>2026-06-09 01:02:30 -0700
committerSolstice <solstice@local>2026-06-09 01:02:30 -0700
commit4e2d978eb5fc9457d5b913bc10faf1266e6dcda4 (patch)
tree835f8cdc1160fe979a39e0bdad0c5179cc49820d /src/App.tsx
parentf43f549ffbe3074977116c9f35aa7064d6a4bd95 (diff)
chore: final polish and preparation for release
Diffstat (limited to 'src/App.tsx')
-rw-r--r--src/App.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/App.tsx b/src/App.tsx
index cf1e6a6..29ac64f 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -70,7 +70,8 @@ function App() {
<div
style={{
display: 'flex',
- alignItems: 'center',
+ alignItems: 'flex-start',
+ flexWrap: 'wrap',
justifyContent: 'space-between',
gap: '16px',
padding: '12px 16px',
@@ -91,6 +92,7 @@ function App() {
color: 'var(--fg-3)',
cursor: 'pointer',
borderRadius: 'var(--r-2)',
+ marginLeft: 'auto',
transition: 'color 0.15s ease',
}}
onMouseEnter={(e) => {