[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;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.2rem;
|
||||
}
|
||||
|
||||
.footer .buttons {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.2rem;
|
||||
}
|
||||
|
||||
.footer .buttons:last-of-type {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.textarea {
|
||||
display: block;
|
||||
background-color: var(--background-color);
|
||||
|
|
Loading…
Add table
Reference in a new issue