zotero/scss/elements/_attachmentsBox.scss
2024-01-24 04:03:13 -05:00

10 lines
156 B
SCSS

attachments-box {
display: flex;
flex-direction: column;
& > collapsible-section > .body {
display: flex;
flex-direction: column;
gap: 2px;
}
}