Hid the close button when the unread badge is visible and moved it to the right side of the sidebar
Этот коммит содержится в:
@@ -452,10 +452,10 @@ export default class Sidebar extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let closeButton = null;
|
let closeButton = null;
|
||||||
if (handleClose) {
|
if (handleClose && !badge) {
|
||||||
closeButton = (
|
closeButton = (
|
||||||
<span
|
<span
|
||||||
className='sidebar-channel__close'
|
className='sidebar-channel__close pull-right'
|
||||||
data-close='true'
|
data-close='true'
|
||||||
>
|
>
|
||||||
{'×'}
|
{'×'}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user