fixed some spacing in item pane
This commit is contained in:
parent
6e7c80d97b
commit
c5346d08b9
7 changed files with 11 additions and 9 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -10,7 +10,11 @@ attachment-annotations-box {
|
|||
& > .body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 4px;
|
||||
|
||||
@include comfortable {
|
||||
gap: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
attachment-preview {
|
||||
width: 100%;
|
||||
padding: 0px;
|
||||
padding: 2px 0px 4px 0px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ libraries-collections-box {
|
|||
.body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-inline-start: 16px;
|
||||
margin-inline-start: 12px;
|
||||
|
||||
.row {
|
||||
display: flex;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue