mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
style(share): improve footnote design
This commit is contained in:
parent
5ffd8bc790
commit
dafebc4aae
@ -3,6 +3,10 @@ body {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#layout {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
@ -179,6 +183,10 @@ iframe.pdf-view {
|
||||
margin-left: .5em
|
||||
}
|
||||
|
||||
.ck-content .footnote-item:target .footnote-content {
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
.ck-content .footnote-item>* {
|
||||
vertical-align: text-top
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user