From 19843f4c7ab338104c01d3eb64fb858d9641988e Mon Sep 17 00:00:00 2001 From: Bart Brouns Date: Thu, 19 Dec 2024 09:39:44 +0100 Subject: [PATCH] re-center action labels --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 4b4a1c8..2a32602 100644 --- a/src/style.css +++ b/src/style.css @@ -228,7 +228,7 @@ action-trigger { .action-label { right: 1s; - bottom: 3px; + bottom: 0px; transition: background-color 120ms; transition: shadow 120ms; }