From b904d6e6efb70085734cef3392d99edb6578d909 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Tue, 19 Nov 2024 01:33:32 +0700 Subject: [PATCH] align items center in buttons --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index adcf593..2db6c49 100644 --- a/style.css +++ b/style.css @@ -89,6 +89,8 @@ h1 {margin-top: 3vh;} margin-right: 0.25cm; margin-bottom: 0.25cm; transition-duration: 0.2s; + display: flex; + align-items: center; } .gtk-button-pill {