diff options
| author | Kit La Touche <kit@transneptune.net> | 2025-01-04 18:46:43 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2025-01-04 18:46:43 -0500 |
| commit | 7cb7c339a2ba0b3a0cf39b09194e7882f74c6e1f (patch) | |
| tree | bcd6b4e6766b996b9b9391c516a472e2a7ac638e /ui/styles/textarea.css | |
| parent | 88f4aa4a5b0f42cd061498c9726fb4b8895ff007 (diff) | |
Do a lot of styling
Diffstat (limited to 'ui/styles/textarea.css')
| -rw-r--r-- | ui/styles/textarea.css | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/ui/styles/textarea.css b/ui/styles/textarea.css index 3a28d1b..b45a66d 100644 --- a/ui/styles/textarea.css +++ b/ui/styles/textarea.css @@ -9,7 +9,7 @@ .create-message textarea { padding: 0.5rem; border-radius: 0.5rem 0 0 0.5rem; - border: 1px solid var(--colour-input-bg); + border: 1px solid var(--colour-input-border); z-index: 1; /* Just to make the focus-active border go over the following button. */ flex-grow: 1; background-color: var(--colour-input-bg); @@ -18,18 +18,11 @@ .create-message button { border-radius: 0 0.5rem 0.5rem 0; - border: 1px solid var(--colour-input-bg); + border: 1px solid var(--colour-input-border); background-color: var(--colour-input-bg); color: var(--colour-input-text); } -.active-channel { - overflow: auto; - flex-grow: 1; - /* TODO: make this all-app background */ - background-color: var(--colour-active-channel-bg); -} - main { display: flex; flex-direction: column; |
