From 6780a6a9c0b60748e1120e9985622da99704a8c6 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 26 Mar 2026 17:42:50 -0300 Subject: css: more tooltip shadow/placement adjust --- src/static/css/tooltips.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/static/css/tooltips.css') diff --git a/src/static/css/tooltips.css b/src/static/css/tooltips.css index 3666dfce..644430b7 100644 --- a/src/static/css/tooltips.css +++ b/src/static/css/tooltips.css @@ -53,8 +53,8 @@ brightness(1.5) saturate(1.4) blur(4px); box-shadow: - 0 3px 6px 7px #0007, - 0 3px 4px 2px #0006, + 0 4px 6px 7px #0007, + 0 4px 4px 2px #0004, 0 -2px 4px -2px var(--primary-color) inset; text-indent: 0; @@ -124,7 +124,7 @@ @layer layout { .commentary-date-tooltip { right: -10px; - padding: 3px 4px 2px 2px; + padding: 4px 4px 2px 2px; left: unset; } -- cgit 1.3.0-6-gf8a5