summaryrefslogtreecommitdiff
path: root/ui/styles/active-channel.css
diff options
context:
space:
mode:
Diffstat (limited to 'ui/styles/active-channel.css')
-rw-r--r--ui/styles/active-channel.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/styles/active-channel.css b/ui/styles/active-channel.css
new file mode 100644
index 0000000..d6a9b42
--- /dev/null
+++ b/ui/styles/active-channel.css
@@ -0,0 +1,6 @@
+.active-channel {
+ padding-left: 1rem;
+ padding-right: 1rem;
+ overflow: auto;
+ flex-grow: 1;
+}