|
@@ -26,7 +26,7 @@ const Thread = props => {
|
26
|
26
|
</ul>
|
27
|
27
|
|
28
|
28
|
<form className='wsContentThread__app__texteditor wsContentGeneric__texteditor'>
|
29
|
|
- <div className='wsContentThread__app__texteditor__simpletext wsContentGeneric__texteditor__simpletext input-group'>
|
|
29
|
+ <div className='wsContentThread__app__texteditor__simpletext wsContentGeneric__texteditor__simpletext input-group d-inline-flex d-sm-inline-flex d-md-inline-flex d-lg-none'>
|
30
|
30
|
<input type='text' className='wsContentThread__app__texteditor__simpletext__input wsContentGeneric__texteditor__simpletext__input form-control' placeholder='...' />
|
31
|
31
|
|
32
|
32
|
<div className='wsContentThread__app__texteditor__simpletext__icon wsContentGeneric__texteditor__simpletext__icon input-group-addon'>
|
|
@@ -34,14 +34,14 @@ const Thread = props => {
|
34
|
34
|
</div>
|
35
|
35
|
</div>
|
36
|
36
|
|
37
|
|
- <div className='wsContentGeneric__texteditor__wysiwyg d-none d-xl-block'>
|
38
|
|
- <textarea />
|
|
37
|
+ <div className='wsContentGeneric__texteditor__wysiwyg d-none d-lg-block'>
|
|
38
|
+ <textarea className='form-control' />
|
39
|
39
|
</div>
|
40
|
40
|
|
41
|
|
- <div className='wsContentThread__app__texteditor__submit wsContentGeneric__texteditor__submit d-xl-flex justify-content-xl-center'>
|
|
41
|
+ <div className='wsContentThread__app__texteditor__submit wsContentGeneric__texteditor__submit d-lg-flex justify-content-lg-center my-3'>
|
42
|
42
|
<button type='submit' className='wsContentThread__app__texteditor__submit__btn wsContentGeneric__texteditor__submit__btn btn btn-primary'>
|
43
|
43
|
Envoyer
|
44
|
|
- <div className='wsContentThread__app__texteditor__submit__btn__icon wsContentGeneric__texteditor__submit__btn__icon'>
|
|
44
|
+ <div className='wsContentThread__app__texteditor__submit__btn__icon wsContentGeneric__texteditor__submit__btn__icon ml-3'>
|
45
|
45
|
<i className='fa fa-paper-plane-o' />
|
46
|
46
|
</div>
|
47
|
47
|
</button>
|