mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
feat(backend-options): reduce padding
This commit is contained in:
@@ -56,6 +56,10 @@ const TPL = `<div class="note-detail-content-widget note-detail-printable">
|
|||||||
padding: 15px;
|
padding: 15px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.note-detail.full-height .note-detail-content-widget-content {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="note-detail-content-widget-content"></div>
|
<div class="note-detail-content-widget-content"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user