From 4016c76cc7c2ae52b6310c87aa05ac6a13577a73 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 5 Dec 2024 01:19:48 +0200 Subject: [PATCH] style(next): tweak again the note preview tooltips --- src/public/stylesheets/theme-next.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index c9f50af69..f98fefbde 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -1155,6 +1155,9 @@ body .calendar-dropdown-widget .calendar-body a:hover { .note-tooltip-content .note-title-with-path { display: flex; flex-direction: column-reverse; + border-bottom: 2px solid currentColor; + padding-bottom: 6px; + } .note-tooltip-content .note-path { @@ -1163,9 +1166,12 @@ body .calendar-dropdown-widget .calendar-body a:hover { font-size: .75em; } +.note-tooltip-content .note-tooltip-attributes { + margin-top: -4px; + font-size: .75em; +} + .note-tooltip-content .rendered-content { - margin-top: -2px; - border-top: 2px solid currentColor; padding-top: 12px; }