|
|
@@ -306,7 +306,12 @@ export const SessionReview = (props: SessionReviewProps) => {
|
|
|
/>
|
|
|
</Show>
|
|
|
<Show when={hasDiffs()}>
|
|
|
- <Button size="normal" icon="chevron-grabber-vertical" onClick={handleExpandOrCollapseAll}>
|
|
|
+ <Button
|
|
|
+ size="small"
|
|
|
+ icon="chevron-grabber-vertical"
|
|
|
+ class="w-[110px] justify-start"
|
|
|
+ onClick={handleExpandOrCollapseAll}
|
|
|
+ >
|
|
|
<Switch>
|
|
|
<Match when={open().length > 0}>{i18n.t("ui.sessionReview.collapseAll")}</Match>
|
|
|
<Match when={true}>{i18n.t("ui.sessionReview.expandAll")}</Match>
|