mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-03 22:30:51 +08:00
style(next): tweak note preview tooltips
This commit is contained in:
parent
5c1a404ed0
commit
17ecf4961c
@ -1144,6 +1144,31 @@ body .calendar-dropdown-widget .calendar-body a:hover {
|
|||||||
color: var(--calendar-day-hover-color) !important;
|
color: var(--calendar-day-hover-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Note tooltip
|
||||||
|
*/
|
||||||
|
|
||||||
|
.note-tooltip-content {
|
||||||
|
padding: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.note-tooltip-content .note-title-with-path {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column-reverse;
|
||||||
|
}
|
||||||
|
|
||||||
|
.note-tooltip-content .note-path {
|
||||||
|
display: block;
|
||||||
|
color: var(--muted-text-color);
|
||||||
|
font-size: .75em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.note-tooltip-content .rendered-content {
|
||||||
|
margin-top: -2px;
|
||||||
|
border-top: 2px solid currentColor;
|
||||||
|
padding-top: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* TEXT NOTES
|
* TEXT NOTES
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user