mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
decreased padding
This commit is contained in:
parent
6c1011341c
commit
59de1925a9
@ -8,7 +8,8 @@ const TPL = `
|
|||||||
<div class="attachment-detail note-detail-printable">
|
<div class="attachment-detail note-detail-printable">
|
||||||
<style>
|
<style>
|
||||||
.attachment-detail {
|
.attachment-detail {
|
||||||
padding: 15px;
|
padding-left: 15px;
|
||||||
|
padding-right: 15px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -16,7 +17,7 @@ const TPL = `
|
|||||||
|
|
||||||
.attachment-detail .links-wrapper {
|
.attachment-detail .links-wrapper {
|
||||||
font-size: larger;
|
font-size: larger;
|
||||||
padding: 16px 0 16px 0;
|
padding: 0 0 16px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachment-detail .attachment-wrapper {
|
.attachment-detail .attachment-wrapper {
|
||||||
|
@ -7,7 +7,8 @@ const TPL = `
|
|||||||
<div class="attachment-list note-detail-printable">
|
<div class="attachment-list note-detail-printable">
|
||||||
<style>
|
<style>
|
||||||
.attachment-list {
|
.attachment-list {
|
||||||
padding: 15px;
|
padding-left: 15px;
|
||||||
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachment-list .links-wrapper {
|
.attachment-list .links-wrapper {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user