mirror of
https://github.com/zadam/trilium.git
synced 2025-12-12 18:34:24 +01:00
feat(layout): improve layout for full-height notes
This commit is contained in:
parent
4d7d642952
commit
be190bfe33
@ -57,6 +57,17 @@ body.experimental-feature-new-layout {
|
||||
.title-row,
|
||||
.title-details {
|
||||
width: 100%;
|
||||
max-width: unset;
|
||||
}
|
||||
|
||||
.title-row {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.title-details {
|
||||
margin-bottom: 0.25em;
|
||||
padding-inline-start: 15px;
|
||||
opacity: 0.65;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user