[frontend/components] Allow compose footer to wrap

This commit is contained in:
pancakes 2025-01-12 22:25:38 +10:00
parent 3b7fb93b3e
commit 02c9262175
No known key found for this signature in database
GPG key ID: ED53D426432B861B

View file

@ -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);