summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-27 16:15:09 +0900
committerAdam Malczewski <[email protected]>2026-06-27 16:15:09 +0900
commitdf4d50be9ace76ec76c0c6c76c766bd220df9c7b (patch)
tree30093bd04665c98695f42641d23e01656254e7f4
parent07bb2ca4a5c17101f6f0e469564963e5e922399e (diff)
downloaddispatch-web-df4d50be9ace76ec76c0c6c76c766bd220df9c7b.tar.gz
dispatch-web-df4d50be9ace76ec76c0c6c76c766bd220df9c7b.zip
fix(sidebar-tabs): inset top-bar title 8px left to match parent px-2 spacing
-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 04be746..b52c414 100644
--- a/src/app/App.svelte
+++ b/src/app/App.svelte
@@ -438,7 +438,7 @@
the right. -->
<div class="flex items-center justify-between gap-2 px-2">
<span
- class="min-w-0 flex-1 shrink truncate px-[2px] text-sm font-medium opacity-70"
+ class="min-w-0 flex-1 shrink truncate pl-2 text-sm font-medium opacity-70"
data-testid="top-bar-title"
title={topBarTitle}
aria-label="Active conversation title"