zotero/scss/elements/_abstractBox.scss

21 lines
216 B
SCSS
Raw Normal View History

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