From 1a6d1db8363512bd4bcdc104f98df85afcc13124 Mon Sep 17 00:00:00 2001 From: lainsce Date: Wed, 14 Aug 2024 11:09:01 -0300 Subject: [PATCH] Make play/pause button icon bigger --- data/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/style.css b/data/style.css index 1af349a..a28ec2b 100644 --- a/data/style.css +++ b/data/style.css @@ -21,7 +21,7 @@ padding: 18px 24px; } .play-button { - -gtk-icon-size: 24px; + -gtk-icon-size: 32px; min-width: 95px; min-height: 70px; border-radius: 24px;