From 44f2de42dbe8f573fff6e35fe3c95b42f5343980 Mon Sep 17 00:00:00 2001 From: Nikita Krupin Date: Mon, 2 May 2022 21:28:22 -0400 Subject: [PATCH] tooltip spacing unit fixes --- public/popup.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/popup.css b/public/popup.css index 010c1fcc..5537fd22 100644 --- a/public/popup.css +++ b/public/popup.css @@ -106,7 +106,7 @@ } .sbPopupLogo img { - margin: 0.5rem; + margin: 8px; } /* @@ -169,14 +169,14 @@ width: content; color: var(--sb-main-fg-color); background-color: var(--sb-grey-bg-color); - border-radius: 1rem; - padding: 0.25rem 0.5rem; + border-radius: 16px; + padding: 4px 8px; transition: .3s; position: absolute; z-index: 1; left: -200%; - top: 0.25rem; + top: 4px; } #optionsButton:hover:before {