mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 08:16:40 +01:00
fix(in-app-help): unnecessary bottom padding
This commit is contained in:
@@ -18,7 +18,7 @@ const TPL = `<div class="note-detail-doc note-detail-printable">
|
|||||||
}
|
}
|
||||||
|
|
||||||
.note-detail-doc.contextual-help {
|
.note-detail-doc.contextual-help {
|
||||||
padding-bottom: 15vh;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-detail-doc.contextual-help h2,
|
.note-detail-doc.contextual-help h2,
|
||||||
|
|||||||
Reference in New Issue
Block a user