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 | |
| 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')
| -rw-r--r-- | ui/styles/sidebar.css | 3 | ||||
| -rw-r--r-- | ui/styles/textarea.css | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/ui/styles/sidebar.css b/ui/styles/sidebar.css index aa0d53b..a06c3e3 100644 --- a/ui/styles/sidebar.css +++ b/ui/styles/sidebar.css @@ -41,9 +41,6 @@ /* create conversation form */ .create-conversation { padding-left: 0.5rem; -} - -.create-conversation form { display: flex; flex-direction: row; justify-content: flex-start; 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; |
