aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-26 18:50:11 +0300
committerHenry Jameson <me@hjkos.com>2022-04-26 18:50:22 +0300
commitcc8448565083031ff6bb7afaecbf43f26eff608f (patch)
treed5c60a1bedc5b23df2d1578a039876a85edcd1cd /src/components
parent4e4c96dfaf5c16cb6c0e965601bbd53070f198a0 (diff)
improvements to chats view
Diffstat (limited to 'src/components')
-rw-r--r--src/components/chat/chat.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/chat/chat.scss b/src/components/chat/chat.scss
index 90926904..9c98871d 100644
--- a/src/components/chat/chat.scss
+++ b/src/components/chat/chat.scss
@@ -1,9 +1,6 @@
.chat-view {
display: flex;
height: 100%;
- // Stick the form to the top/bottom of screen
- margin-bottom: calc(var(--___columnMargin) / -2);
- margin-top: calc(var(--___columnMargin) / -2);
.chat-view-inner {
height: auto;
@@ -23,8 +20,6 @@
margin: 0 0 0 0;
border-radius: 10px 10px 0 0;
border-radius: var(--panelRadius, 10px) var(--panelRadius, 10px) 0 0;
- margin-bottom: calc(var(--___columnMargin) * -1);
- padding-bottom: var(--___columnMargin);
&::after {
border-radius: 0;