Fixed actor compact layout.
This commit is contained in:
parent
9b7876753f
commit
2330d8ebb7
|
@ -876,6 +876,7 @@ async function submit() {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(--small) {
|
@media(--small) {
|
||||||
|
.editor {
|
||||||
.row {
|
.row {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
@ -890,4 +891,5 @@ async function submit() {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue