mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-07 16:18:26 +08:00
style(print): improve footnotes
This commit is contained in:
parent
120b8466ac
commit
9b775a142d
@ -248,6 +248,38 @@ span[style] {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Make the "^" link cover the whole area of the footnote item */
|
||||||
|
|
||||||
|
.footnote-section {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
|
.note-detail-printable li.footnote-item {
|
||||||
|
position: relative;
|
||||||
|
width: fit-content;
|
||||||
|
}
|
||||||
|
|
||||||
|
.note-detail-printable .footnote-back-link,
|
||||||
|
.note-detail-printable .footnote-back-link *,
|
||||||
|
.note-detail-printable .footnote-back-link a {
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.note-detail-printable .footnote-back-link a {
|
||||||
|
color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.note-detail-printable .footnote-content {
|
||||||
|
display: inline-block;
|
||||||
|
width: unset;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Widows and orphans
|
* Widows and orphans
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user