style(next): improve border for pdf notes preview

This commit is contained in:
Elian Doran 2025-07-30 23:05:46 +03:00
parent acb16f751b
commit cda8fc7146
No known key found for this signature in database

View File

@ -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;
}