Add margin

This commit is contained in:
Chi Vinh Le
2017-07-10 17:57:45 +07:00
parent 362c072181
commit aac47c4686
3 changed files with 6 additions and 2 deletions
@@ -16,3 +16,7 @@
right: 0;
margin-top: 6px;
}
.tabContainer {
margin-top: 28px;
}
@@ -195,7 +195,7 @@ class Stream extends React.Component {
editComment={editComment}
liveUpdates={true}
/>
: <div>
: <div className={cn('talk-stream-tab-container', styles.tabContainer)}>
<div
className={cn('talk-stream-filter-wrapper', styles.filterWrapper)}
>
@@ -66,7 +66,7 @@ input.error{
}
.userBox {
padding: 10px 0 20px;
margin: 10px 0 20px;
letter-spacing: 0.1px;
}