From 3c4ff6b72d0cb5af2aa900e7eafb37fb0bd4c330 Mon Sep 17 00:00:00 2001 From: Heliguy Date: Mon, 26 Aug 2024 23:49:13 -0400 Subject: [PATCH] Fix padding --- src/install_page/pending_page.blp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/install_page/pending_page.blp b/src/install_page/pending_page.blp index ef98bb4..f0cf81f 100644 --- a/src/install_page/pending_page.blp +++ b/src/install_page/pending_page.blp @@ -21,6 +21,8 @@ template $PendingPage : Adw.NavigationPage { revealed: true; [center] Button install_button { + margin-top: 3; + margin-bottom: 3; sensitive: bind pending_action_bar.revealed; styles ["pill", "suggested-action"] Adw.ButtonContent {