Fixed actor compact layout.

This commit is contained in:
DebaucheryLibrarian 2025-03-13 00:51:10 +01:00
parent 9b7876753f
commit 2330d8ebb7
1 changed files with 12 additions and 10 deletions

View File

@ -876,18 +876,20 @@ async function submit() {
}
@media(--small) {
.row {
flex-direction: column;
align-items: stretch;
margin-bottom: .25rem;
}
.editor {
.row {
flex-direction: column;
align-items: stretch;
margin-bottom: .25rem;
}
.item-header {
margin-bottom: .25rem;
}
.item-header {
margin-bottom: .25rem;
}
.key {
flex-grow: 1;
.key {
flex-grow: 1;
}
}
}
</style>