Merge branch 'rcrdlbl/chat-sidebar-margin-fix' (#2137)

* rcrdlbl/chat-sidebar-margin-fix:
  chat: add bottom padding to sidebar items

Signed-off-by: Jared Tobin <jared@tlon.io>
This commit is contained in:
Jared Tobin 2020-01-06 07:45:25 +08:00
commit 836142ad0d
No known key found for this signature in database
GPG Key ID: 0E4647D58F8A69E4
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -72,7 +72,7 @@ export class Sidebar extends Component {
return (
<div className="h-100-minus-96-s h-100 w-100 overflow-x-hidden flex flex-column relative z1">
<div className="overflow-y-auto h-100">
<div className="overflow-y-auto pb9 h-100">
{sidebarInvites}
{sidebarItems}
</div>