From 869c183e73ed369791d3d1bfa54d941c4cbda9d3 Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Santos Souza de Miranda Date: Wed, 25 Jun 2025 01:31:20 -0300 Subject: [PATCH] Changed the size of grid of buttons to be the same lenght of the list of diaries --- src/pilgrim/ui/styles/pilgrim.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pilgrim/ui/styles/pilgrim.css b/src/pilgrim/ui/styles/pilgrim.css index 76828bb..fef0786 100644 --- a/src/pilgrim/ui/styles/pilgrim.css +++ b/src/pilgrim/ui/styles/pilgrim.css @@ -151,7 +151,7 @@ AboutScreen { .DiaryListScreen-ButtonsGrid { layout: horizontal; align: center middle; - width: 79%; /* Same width as the list */ + width: 75%; /* Same width as the diary list */ height: 20%; /* Increasing height to fit button text */ } @@ -163,6 +163,8 @@ AboutScreen { height: 1fr; width: 1fr; border: round grey; + text-align: center; + content-align: center middle; } /* Tips - using the correct class */