From 426a305b6778e7a2974a1e957bc1c4d61d22940b Mon Sep 17 00:00:00 2001 From: oddlama Date: Wed, 12 Jun 2024 12:42:01 +0200 Subject: [PATCH] fix: increase button text size in swaync --- users/myuser/graphical/swaync-style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/users/myuser/graphical/swaync-style.css b/users/myuser/graphical/swaync-style.css index a8a29db..11ab4fc 100644 --- a/users/myuser/graphical/swaync-style.css +++ b/users/myuser/graphical/swaync-style.css @@ -205,6 +205,7 @@ .notification-row .notification-background .notification .notification-action { /* The alternative actions below the default action */ + font-size: 1.25rem; border-top: 1px solid @noti-border-color; border-radius: 0px; border-right: 1px solid @noti-border-color;