diff --git a/scss/abstracts/_mixins.scss b/scss/abstracts/_mixins.scss index 85ae7dfa8f..40964a06e0 100644 --- a/scss/abstracts/_mixins.scss +++ b/scss/abstracts/_mixins.scss @@ -114,7 +114,7 @@ @mixin meta-table { display: grid; grid-template-columns: max-content 1fr; - column-gap: 10px; + column-gap: 8px; row-gap: 2px; width: inherit; diff --git a/scss/components/_virtualized-table.scss b/scss/components/_virtualized-table.scss index f1b1afd526..756a5454b5 100644 --- a/scss/components/_virtualized-table.scss +++ b/scss/components/_virtualized-table.scss @@ -222,7 +222,7 @@ background: var(--material-background); height: 1.83333333em; // 22px @ 12px font size overflow: hidden; - border-bottom: var(--material-border-quarternary); + border-bottom: 1px solid var(--material-border-quarternary); @include comfortable { height: 2.33333333em; // 28px @ 12px font size diff --git a/scss/elements/_attachmentAnnotationsBox.scss b/scss/elements/_attachmentAnnotationsBox.scss index 3cec8aa169..f48d7d33f7 100644 --- a/scss/elements/_attachmentAnnotationsBox.scss +++ b/scss/elements/_attachmentAnnotationsBox.scss @@ -10,7 +10,11 @@ attachment-annotations-box { & > .body { display: flex; flex-direction: column; - gap: 8px; + gap: 4px; + + @include comfortable { + gap: 8px; + } } } } diff --git a/scss/elements/_attachmentPreview.scss b/scss/elements/_attachmentPreview.scss index 2f25700b9c..28a5e0e4be 100644 --- a/scss/elements/_attachmentPreview.scss +++ b/scss/elements/_attachmentPreview.scss @@ -1,6 +1,6 @@ attachment-preview { width: 100%; - padding: 0px; + padding: 2px 0px 4px 0px; display: flex; flex-direction: column; align-items: center; diff --git a/scss/elements/_attachmentsBox.scss b/scss/elements/_attachmentsBox.scss index dc21f54c95..ea80283903 100644 --- a/scss/elements/_attachmentsBox.scss +++ b/scss/elements/_attachmentsBox.scss @@ -38,11 +38,9 @@ attachments-box { & > collapsible-section > .body { display: flex; flex-direction: column; - gap: 2px; attachment-preview { opacity: 1; - padding: 2px 0px 4px 0px; &[data-preview-status=fail] { display: none; @@ -59,7 +57,7 @@ attachments-box { } .attachments-container { - padding-left: 16px; + padding-left: 12px; } } } diff --git a/scss/elements/_librariesCollectionsBox.scss b/scss/elements/_librariesCollectionsBox.scss index 2dec105ce0..3062189973 100644 --- a/scss/elements/_librariesCollectionsBox.scss +++ b/scss/elements/_librariesCollectionsBox.scss @@ -9,7 +9,7 @@ libraries-collections-box { .body { display: flex; flex-direction: column; - margin-inline-start: 16px; + margin-inline-start: 12px; .row { display: flex; diff --git a/scss/elements/_notesBox.scss b/scss/elements/_notesBox.scss index 680aee5176..6308180d11 100644 --- a/scss/elements/_notesBox.scss +++ b/scss/elements/_notesBox.scss @@ -16,7 +16,7 @@ notes-box, related-box { .body { display: flex; flex-direction: column; - padding-inline-start: 16px; + padding-inline-start: 12px; .row { display: flex;