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:
David Hill
2026-03-02 16:19:35 +00:00
parent 633a3ba03a
commit 0a3a3216db
2 changed files with 253 additions and 251 deletions

View File

@@ -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",
}}