Sfoglia il codice sorgente

fix: sidebar title padding to prevent scrollbar edge case (#7089)

ryanwyler 1 mese fa
parent
commit
f0e559c0ed

+ 1 - 1
packages/opencode/src/cli/cmd/tui/routes/session/sidebar.tsx

@@ -80,7 +80,7 @@ export function Sidebar(props: { sessionID: string }) {
       >
         <scrollbox flexGrow={1}>
           <box flexShrink={0} gap={1} paddingRight={1}>
-            <box>
+            <box paddingRight={1}>
               <text fg={theme.text}>
                 <b>{session().title}</b>
               </text>