d6c78336da
Some checks are pending
CI / Build, Upload, Test (push) Waiting to run
Addresses #4581, but need to do feed items separately, since that's in a browser
20 lines
216 B
SCSS
20 lines
216 B
SCSS
abstract-box {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
&[hidden] {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
abstract-box .body {
|
|
display: flex;
|
|
|
|
editable-text {
|
|
line-height: 1.5;
|
|
}
|
|
|
|
editable-text, browser {
|
|
flex: 1;
|
|
}
|
|
}
|