From d685e5d0642b532e6c20036003075100a1968c26 Mon Sep 17 00:00:00 2001 From: Kat21 Date: Fri, 12 Jan 2024 09:01:08 -0600 Subject: [PATCH] Minor tooltitp style adjustment --- pkgs/components/Sidebar.js | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/components/Sidebar.js b/pkgs/components/Sidebar.js index 2ee5ae4..710a520 100644 --- a/pkgs/components/Sidebar.js +++ b/pkgs/components/Sidebar.js @@ -47,7 +47,7 @@ export default { const bcr = button.elm.getBoundingClientRect(); popup = Tooltip.new( bcr.right + 6, - bcr.bottom - 8, + bcr.bottom, b?.title, document.body, true diff --git a/style.css b/style.css index c46e0a6..070e8cc 100644 --- a/style.css +++ b/style.css @@ -399,7 +399,7 @@ body { .tooltip .text { align-self: flex-start; - padding: 8px; + padding: 4px 8px; } .win-content h1 {