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/sidebar.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/sidebar.css')
| -rw-r--r-- | ui/styles/sidebar.css | 3 |
1 files changed, 0 insertions, 3 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; |
