mirror of
https://github.com/zadam/trilium.git
synced 2026-01-06 14:44:25 +01:00
style(layout): adjust paddings slightly
This commit is contained in:
parent
494b99d073
commit
2ac3d3aaed
@ -4,26 +4,28 @@ body.experimental-feature-new-layout {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.title-actions {
|
.title-actions {
|
||||||
&.visible:not(:empty) {
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 1em;
|
||||||
|
|
||||||
|
&:not(:empty) {
|
||||||
padding: 0.75em 15px;
|
padding: 0.75em 15px;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.edited-notes {
|
.edited-notes {
|
||||||
padding: 1.5em 0;
|
.collapsible-inner-body {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: 0.3em;
|
||||||
|
|
||||||
.collapsible-inner-body {
|
.badge {
|
||||||
display: flex;
|
margin: 0;
|
||||||
flex-wrap: wrap;
|
a.tn-link {
|
||||||
gap: 0.3em;
|
color: inherit;
|
||||||
|
text-transform: none;
|
||||||
.badge {
|
text-decoration: none;
|
||||||
margin: 0;
|
display: inline-block;
|
||||||
a.tn-link {
|
}
|
||||||
color: inherit;
|
|
||||||
text-transform: none;
|
|
||||||
text-decoration: none;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user