mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 22:40:22 +00:00
ui: move session review bottom padding
Remove bottom padding from the scroll wrapper and apply it to the accordion content instead.
This commit is contained in:
parent
633a3ba03a
commit
0a3a3216db
2 changed files with 253 additions and 251 deletions
|
|
@ -176,7 +176,7 @@ export function SessionReviewTab(props: SessionReviewTabProps) {
|
|||
open={props.view().review.open()}
|
||||
onOpenChange={props.view().review.setOpen}
|
||||
classes={{
|
||||
root: props.classes?.root ?? "pb-6 pr-3",
|
||||
root: props.classes?.root ?? "pr-3",
|
||||
header: props.classes?.header ?? "px-3",
|
||||
container: props.classes?.container ?? "pl-3",
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue