mirror of
https://github.com/zadam/trilium.git
synced 2026-01-06 14:44:25 +01:00
style(next): improve text note view in note list grid view
This commit is contained in:
parent
717fd92f64
commit
0746838737
@ -1244,3 +1244,15 @@ html .note-detail-editable-text :not(figure, .include-note, hr):first-child {
|
|||||||
object-fit: cover !important;
|
object-fit: cover !important;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.note-list.grid-view .ck-content {
|
||||||
|
line-height: 1.3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.note-list.grid-view .ck-content p {
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.note-list.grid-view .ck-content figure.image {
|
||||||
|
width: 25%;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user