diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-03-26 17:42:50 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-03-26 17:42:50 -0300 |
| commit | 6780a6a9c0b60748e1120e9985622da99704a8c6 (patch) | |
| tree | be68b55bd4a3f1a8bb58872e381a329414611995 /src | |
| parent | f1c8bbf0f95a7f9ef52e041628e79a875b55aae4 (diff) | |
css: more tooltip shadow/placement adjust
Diffstat (limited to 'src')
| -rw-r--r-- | src/static/css/tooltips.css | 6 |
1 files changed, 3 insertions, 3 deletions
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; } |