Fixed actor compact layout.
This commit is contained in:
parent
9b7876753f
commit
2330d8ebb7
|
@ -876,18 +876,20 @@ async function submit() {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(--small) {
|
@media(--small) {
|
||||||
.row {
|
.editor {
|
||||||
flex-direction: column;
|
.row {
|
||||||
align-items: stretch;
|
flex-direction: column;
|
||||||
margin-bottom: .25rem;
|
align-items: stretch;
|
||||||
}
|
margin-bottom: .25rem;
|
||||||
|
}
|
||||||
|
|
||||||
.item-header {
|
.item-header {
|
||||||
margin-bottom: .25rem;
|
margin-bottom: .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.key {
|
.key {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue