File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,16 +143,7 @@ function SummaryScreen(props: { api: TuiPluginApi; params: SummaryRouteParams })
143143 </ text >
144144 </ box >
145145
146- < box
147- flexGrow = { 1 }
148- width = "100%"
149- marginTop = { 1 }
150- border
151- borderStyle = "single"
152- borderColor = { palette ( ) . border }
153- padding = { 1 }
154- flexDirection = "column"
155- >
146+ < box flexGrow = { 1 } width = "100%" marginTop = { 1 } padding = { 1 } flexDirection = "column" >
156147 < text fg = { palette ( ) . text } > { parsed ( ) . body || "(no summary available)" } </ text >
157148
158149 < For each = { parsed ( ) . sections } >
Original file line number Diff line number Diff line change @@ -314,9 +314,6 @@ const SidebarContext = (props: {
314314 width = "100%"
315315 flexDirection = "column"
316316 backgroundColor = { props . palette . surface }
317- border
318- borderStyle = "single"
319- borderColor = { props . palette . accent }
320317 paddingTop = { 1 }
321318 paddingBottom = { 1 }
322319 paddingLeft = { 1 }
You can’t perform that action at this time.
0 commit comments