diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-10 20:18:54 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-10 20:18:54 +0300 |
| commit | 3e1b40ce29feae8ab2b13da35eece15df8a7697c (patch) | |
| tree | 59ad1c2282c8845d60336dbb7c60cfb2536625aa /src/components/chat/chat.scss | |
| parent | 0f28c28760f7a8615da18630fa49ff963d3f7533 (diff) | |
fix new post button not working day1, minor stylistic fixes
Diffstat (limited to 'src/components/chat/chat.scss')
| -rw-r--r-- | src/components/chat/chat.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/chat/chat.scss b/src/components/chat/chat.scss index 34a335fe..1bad51b9 100644 --- a/src/components/chat/chat.scss +++ b/src/components/chat/chat.scss @@ -1,6 +1,9 @@ .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; |
