fix(app): sidebar spacing + session list spinner transition (#17355)

This commit is contained in:
David Hill
2026-03-13 14:19:02 +00:00
committed by GitHub
parent c9e9dbeee1
commit f5f07310e0
3 changed files with 108 additions and 49 deletions

View File

@@ -249,7 +249,7 @@ const WorkspaceSessionList = (props: {
loadMore: () => Promise<void>
language: ReturnType<typeof useLanguage>
}): JSX.Element => (
<nav class="flex flex-col gap-1 px-3">
<nav class="flex flex-col gap-1">
<Show when={props.showNew()}>
<NewSessionItem
slug={props.slug()}
@@ -382,7 +382,7 @@ export const SortableWorkspace = (props: {
}}
>
<Collapsible variant="ghost" open={open()} class="shrink-0" onOpenChange={openWrapper}>
<div class="px-2 py-1">
<div class="py-1">
<div
class="group/workspace relative"
data-component="workspace-item"