zotero/scss/elements/_abstractBox.scss

21 lines
216 B
SCSS
Raw Normal View History

abstract-box {
display: flex;
2023-11-28 05:58:59 -05:00
flex-direction: column;
&[hidden] {
display: none;
}
2023-11-28 05:58:59 -05:00
}
abstract-box .body {
display: flex;
editable-text {
line-height: 1.5;
}
2024-04-18 06:39:17 -04:00
editable-text, browser {
flex: 1;
}
}