mirror of
https://github.com/zadam/trilium.git
synced 2025-01-14 19:19:28 +08:00
decreased padding
This commit is contained in:
parent
6c1011341c
commit
59de1925a9
2 changed files with 5 additions and 3 deletions
|
@ -8,7 +8,8 @@ const TPL = `
|
|||
<div class="attachment-detail note-detail-printable">
|
||||
<style>
|
||||
.attachment-detail {
|
||||
padding: 15px;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -16,7 +17,7 @@ const TPL = `
|
|||
|
||||
.attachment-detail .links-wrapper {
|
||||
font-size: larger;
|
||||
padding: 16px 0 16px 0;
|
||||
padding: 0 0 16px 0;
|
||||
}
|
||||
|
||||
.attachment-detail .attachment-wrapper {
|
||||
|
|
|
@ -7,7 +7,8 @@ const TPL = `
|
|||
<div class="attachment-list note-detail-printable">
|
||||
<style>
|
||||
.attachment-list {
|
||||
padding: 15px;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.attachment-list .links-wrapper {
|
||||
|
|
Loading…
Reference in a new issue