zotero/scss/elements/_attachmentAnnotationsBox.scss
2024-01-24 23:32:15 -05:00

20 lines
262 B
SCSS

attachment-annotations-box {
display: flex;
flex-direction: column;
&[hidden] {
display: none;
}
& > collapsible-section {
& > .body {
display: flex;
flex-direction: column;
gap: 4px;
@include comfortable {
gap: 8px;
}
}
}
}