zotero/scss/elements/_attachmentAnnotationsBox.scss

21 lines
262 B
SCSS
Raw Normal View History

attachment-annotations-box {
display: flex;
flex-direction: column;
&[hidden] {
display: none;
}
& > collapsible-section {
& > .body {
display: flex;
flex-direction: column;
2024-01-13 02:31:54 +00:00
gap: 4px;
@include comfortable {
gap: 8px;
}
}
}
}