summaryrefslogtreecommitdiff
path: root/ui/styles/active-channel.css
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2025-01-11 13:20:18 -0500
committerOwen Jacobson <owen@grimoire.ca>2025-01-11 13:24:07 -0500
commit25c066d7bd59a921e04504656b3c94ef89f36419 (patch)
tree65f6503e57d8bc75bac70e621f4707cf0e5b31b5 /ui/styles/active-channel.css
parent4fc3fffb8de27d27928f488e58e81739a3021e10 (diff)
Use margins, rather than alternating float/non-float elements, to lay out own/other messages.
Diffstat (limited to 'ui/styles/active-channel.css')
-rw-r--r--ui/styles/active-channel.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/styles/active-channel.css b/ui/styles/active-channel.css
index 96e8354..d6a9b42 100644
--- a/ui/styles/active-channel.css
+++ b/ui/styles/active-channel.css
@@ -1,5 +1,6 @@
.active-channel {
- padding: 1rem;
+ padding-left: 1rem;
+ padding-right: 1rem;
overflow: auto;
flex-grow: 1;
}