diff options
| author | Adam Malczewski <[email protected]> | 2026-06-27 16:13:34 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-06-27 16:13:34 +0900 |
| commit | 07bb2ca4a5c17101f6f0e469564963e5e922399e (patch) | |
| tree | 6138b8006817649fc6afe3f021ba06e9026411d2 | |
| parent | 6bd8f4718b44d06d116d02d9538214c8450b1c8d (diff) | |
| download | dispatch-web-07bb2ca4a5c17101f6f0e469564963e5e922399e.tar.gz dispatch-web-07bb2ca4a5c17101f6f0e469564963e5e922399e.zip | |
feat(sidebar-tabs): add 2px horizontal spacing to top-bar title
| -rw-r--r-- | src/app/App.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/App.svelte b/src/app/App.svelte index 1bb5689..04be746 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 text-sm font-medium opacity-70" + class="min-w-0 flex-1 shrink truncate px-[2px] text-sm font-medium opacity-70" data-testid="top-bar-title" title={topBarTitle} aria-label="Active conversation title" |
