[frontend/components] Allow compose footer to wrap
This commit is contained in:
parent
3b7fb93b3e
commit
02c9262175
1 changed files with 6 additions and 0 deletions
|
@ -45,15 +45,21 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
flex-wrap: wrap;
|
||||||
gap: 0.2rem;
|
gap: 0.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer .buttons {
|
.footer .buttons {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
gap: 0.2rem;
|
gap: 0.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer .buttons:last-of-type {
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.textarea {
|
.textarea {
|
||||||
display: block;
|
display: block;
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
|
|
Loading…
Add table
Reference in a new issue