diff options
| author | Solstice <solstice@local> | 2026-06-09 01:02:30 -0700 |
|---|---|---|
| committer | Solstice <solstice@local> | 2026-06-09 01:02:30 -0700 |
| commit | 4e2d978eb5fc9457d5b913bc10faf1266e6dcda4 (patch) | |
| tree | 835f8cdc1160fe979a39e0bdad0c5179cc49820d /src/App.tsx | |
| parent | f43f549ffbe3074977116c9f35aa7064d6a4bd95 (diff) | |
chore: final polish and preparation for release
Diffstat (limited to 'src/App.tsx')
| -rw-r--r-- | src/App.tsx | 4 |
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) => { |
