فهرست منبع

fix(tui): remove redundant top spacer in session history

Dax Raad 1 ماه پیش
والد
کامیت
4741e3ee6b
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      packages/tui/src/routes/session/index.tsx

+ 0 - 1
packages/tui/src/routes/session/index.tsx

@@ -840,7 +840,6 @@ export function Session() {
                 flexGrow={1}
                 scrollAcceleration={scrollAcceleration()}
               >
-                <box height={1} />
                 <For each={rows}>
                   {(row) => (
                     <SessionRowView