fix(app): refine mobile session layout (#32796)

This commit is contained in:
Brendan Allan 2026-06-23 16:58:05 +08:00 committed by GitHub
commit bbc88eb8e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 58 additions and 44 deletions

View file

@ -386,7 +386,7 @@ export const SessionReview = (props: SessionReviewProps) => {
>
<div data-slot="session-review-container" class={props.classes?.container}>
<Show when={hasDiffs()} fallback={props.empty}>
<div class="pb-6">
<div data-slot="session-review-list" class="pb-6">
<Accordion multiple value={open()} onChange={handleChange}>
<For each={files()}>
{(file) => {