From cc06b3409ec901fd8a9bb07554e4cb741c5c5b80 Mon Sep 17 00:00:00 2001 From: Izon Thomaz Mielke Date: Mon, 26 Feb 2024 15:52:57 +0400 Subject: [PATCH] fix(notion): Button is slightly misaligned (#2278) --- src/styles/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/style.css b/src/styles/style.css index 60f6a3c41..585d0dfb1 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -1306,6 +1306,7 @@ body.notion-body.dark .toggl-button-notion-wrapper:hover { .toggl-button.notion { color: rgb(55, 53, 47); text-decoration: none; + padding-top: 5px; } body.notion-body.dark .toggl-button.notion {