From f21757f264a8dd9e3cdf2fc4281aef0d75d96043 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 16 Jan 2026 11:31:37 +0200 Subject: [PATCH] style: add bottom padding to drafts list Add pb_xl padding to the drafts list content container for better visual spacing at the bottom of the list. Co-Authored-By: Claude Opus 4.5 --- src/view/com/composer/drafts/DraftsListDialog.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/view/com/composer/drafts/DraftsListDialog.tsx b/src/view/com/composer/drafts/DraftsListDialog.tsx index 77fc9d8c39..8db7006f61 100644 --- a/src/view/com/composer/drafts/DraftsListDialog.tsx +++ b/src/view/com/composer/drafts/DraftsListDialog.tsx @@ -112,6 +112,7 @@ export function DraftsListDialog({ ListEmptyComponent={emptyComponent} style={[t.atoms.bg_contrast_50, a.px_0, web({minHeight: 500})]} webInnerContentContainerStyle={[a.py_0]} + contentContainerStyle={[a.pb_xl]} /> )