mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
Add margin
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user