Multiple UI Improvements (#4712)
* Multiple UI Improvements * Reverting modal animation
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
42f28886cc
Коммит
08c2d28942
@@ -35,6 +35,8 @@ class SwitchChannelSuggestion extends Suggestion {
|
||||
icon = <div className='status'><i className='fa fa-globe'/></div>;
|
||||
} else if (item.type === Constants.PRIVATE_CHANNEL) {
|
||||
icon = <div className='status'><i className='fa fa-lock'/></div>;
|
||||
} else {
|
||||
icon = <div className='status'><i className='fa fa-user'/></div>;
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
@@ -171,7 +171,7 @@ export default class ImportThemeModal extends React.Component {
|
||||
/>
|
||||
</p>
|
||||
<div className='form-group less'>
|
||||
<div className='col-sm-9'>
|
||||
<div className='col-sm-12'>
|
||||
<input
|
||||
type='text'
|
||||
className='form-control'
|
||||
|
||||
Ссылка в новой задаче
Block a user