mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 23:01:05 +08:00
style(next): improve border for pdf notes preview
This commit is contained in:
parent
acb16f751b
commit
cda8fc7146
1 changed files with 6 additions and 1 deletions
|
|
@ -454,10 +454,15 @@ body.mobile .dropdown-menu .dropdown-item.submenu-open .dropdown-toggle::after {
|
|||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.note-list-wrapper .note-book-card .note-book-content:not(.type-image) .rendered-content {
|
||||
.note-list-wrapper .note-book-card .note-book-content .rendered-content {
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.note-list-wrapper .note-book-card .note-book-content.type-image .rendered-content,
|
||||
.note-list-wrapper .note-book-card .note-book-content.type-pdf .rendered-content {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.note-list-wrapper .note-book-card .note-book-content .rendered-content.text-with-ellipsis {
|
||||
padding: 1rem !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue