fix(app): center filetree empty state with 32px top margin

This commit is contained in:
David Hill
2026-01-27 02:01:18 +00:00
parent 3862b1aeda
commit 03b9317f49

View File

@@ -2686,7 +2686,7 @@ export default function Page() {
</Show>
</Match>
<Match when={true}>
<div class="px-2 py-2 text-12-regular text-text-weak">
<div class="mt-8 text-center text-12-regular text-text-weak">
{language.t("session.review.noChanges")}
</div>
</Match>