Minor bug fixes (#7305)
* PLT-7063 - Changing search bar bg and color * PLT-7064 - Adjusting info popover styling * PLT-7124 - Fixing sidebar with webrtc call ongoing * PLT-7400 - Fixing semi transparent options list * PLT-7491 - Showing send button on mobile
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
4660127fd0
Коммит
9e3b74b4ef
@@ -772,14 +772,14 @@ export default class CreatePost extends React.Component {
|
||||
>
|
||||
{fileUpload}
|
||||
{emojiPicker}
|
||||
<a
|
||||
className={sendButtonClass}
|
||||
onClick={this.handleSubmit}
|
||||
>
|
||||
<i className='fa fa-paper-plane'/>
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
<a
|
||||
className={sendButtonClass}
|
||||
onClick={this.handleSubmit}
|
||||
>
|
||||
<i className='fa fa-paper-plane'/>
|
||||
</a>
|
||||
{tutorialTip}
|
||||
</div>
|
||||
<div className={postFooterClassName}>
|
||||
|
||||
@@ -1186,7 +1186,7 @@ export default class WebrtcController extends React.Component {
|
||||
|
||||
return (
|
||||
<div className='post-right__container'>
|
||||
<div className='search-bar__container sidebar--right__search-header'>{searchForm}</div>
|
||||
<div className='search-bar__container channel-header alt'>{searchForm}</div>
|
||||
<div className='sidebar-right__body'>
|
||||
<WebrtcHeader
|
||||
username={Utils.displayUsername(this.props.userId)}
|
||||
|
||||
Ссылка в новой задаче
Block a user