summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-27 23:04:09 +0900
committerAdam Malczewski <[email protected]>2026-06-27 23:04:09 +0900
commit061f44e0efecb9cf9fa817875517390d09655104 (patch)
treea95529cbc782a445773ce59676e7356c63e96a89 /src
parenta59200e786f7d97d7ba5b9cd2bee9ffef531dac2 (diff)
downloaddispatch-web-061f44e0efecb9cf9fa817875517390d09655104.tar.gz
dispatch-web-061f44e0efecb9cf9fa817875517390d09655104.zip
style(header-padding): increase top/bottom padding of workspace header bar
Diffstat (limited to 'src')
-rw-r--r--src/app/App.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/App.svelte b/src/app/App.svelte
index 59f949c..e508203 100644
--- a/src/app/App.svelte
+++ b/src/app/App.svelte
@@ -501,7 +501,7 @@
the top row now shows the active tab's title on the left (or "New Tab"
for an unstarted draft), with the build version + sidebar toggle on
the right. -->
- <div class="flex items-center justify-between gap-2 px-2">
+ <div class="flex items-center justify-between gap-2 px-2 py-2">
<span
class="min-w-0 flex-1 shrink truncate pl-2 text-sm font-medium opacity-70"
data-testid="top-bar-title"