feat(backend-options): reduce padding

pull/1569/head
Elian Doran 2025-03-30 13:38:07 +07:00
parent 9c291e3d41
commit a0d562e01b
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

@ -56,6 +56,10 @@ const TPL = `<div class="note-detail-content-widget note-detail-printable">
padding: 15px;
height: 100%;
}
.note-detail.full-height .note-detail-content-widget-content {
padding: 0;
}
</style>
<div class="note-detail-content-widget-content"></div>