diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-07-08 19:14:32 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-07-08 19:14:32 -0400 |
| commit | 1b6028c71c6a16905dd7bf0dadbbc89a2a9475ad (patch) | |
| tree | 4c13dabb81620ae0d04635b8836e31650e5a931f /ui/styles/textarea.css | |
| parent | 7b2d114b2444dc4bc66df22675d6dc02b7a8a238 (diff) | |
A few semantically-thin wrapper divs.
This is an extension of the previous commit: we don't need these divs _at all_ to achieve the layout we want, and we aren't attaching behaviour or semantics to them, so, out they go.
Diffstat (limited to 'ui/styles/textarea.css')
| -rw-r--r-- | ui/styles/textarea.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/styles/textarea.css b/ui/styles/textarea.css index d315bcf..ef17a79 100644 --- a/ui/styles/textarea.css +++ b/ui/styles/textarea.css @@ -1,5 +1,5 @@ /* Message input */ -.create-message form { +.create-message { display: flex; flex-direction: row; justify-content: flex-start; |
