decreased padding

This commit is contained in:
zadam 2023-07-14 22:14:07 +02:00
parent 6c1011341c
commit 59de1925a9
2 changed files with 5 additions and 3 deletions

View file

@ -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 {

View file

@ -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 {