mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-19 18:21:37 +08:00
style(next): tweak again the note preview tooltips
This commit is contained in:
parent
17ecf4961c
commit
4016c76cc7
@ -1155,6 +1155,9 @@ body .calendar-dropdown-widget .calendar-body a:hover {
|
|||||||
.note-tooltip-content .note-title-with-path {
|
.note-tooltip-content .note-title-with-path {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
|
border-bottom: 2px solid currentColor;
|
||||||
|
padding-bottom: 6px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-tooltip-content .note-path {
|
.note-tooltip-content .note-path {
|
||||||
@ -1163,9 +1166,12 @@ body .calendar-dropdown-widget .calendar-body a:hover {
|
|||||||
font-size: .75em;
|
font-size: .75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.note-tooltip-content .note-tooltip-attributes {
|
||||||
|
margin-top: -4px;
|
||||||
|
font-size: .75em;
|
||||||
|
}
|
||||||
|
|
||||||
.note-tooltip-content .rendered-content {
|
.note-tooltip-content .rendered-content {
|
||||||
margin-top: -2px;
|
|
||||||
border-top: 2px solid currentColor;
|
|
||||||
padding-top: 12px;
|
padding-top: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user