Fix padding

This commit is contained in:
Heliguy
2024-08-26 23:49:13 -04:00
parent 98b624c6fc
commit 3c4ff6b72d

View File

@@ -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 {