diff options
Diffstat (limited to 'ui/styles/active-channel.css')
| -rw-r--r-- | ui/styles/active-channel.css | 3 |
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; } |
