summaryrefslogtreecommitdiff
path: root/src/App.tsx
diff options
context:
space:
mode:
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) => {