sforkowany z mirror/soapbox
Improve Quote Status visuals
rodzic
b5d73cd2d0
commit
03e97edff7
|
@ -365,7 +365,9 @@ class ComposeForm extends ImmutablePureComponent {
|
|||
}
|
||||
</AutosuggestTextarea>
|
||||
|
||||
<QuotedStatusContainer />
|
||||
<div className='mb-2'>
|
||||
<QuotedStatusContainer />
|
||||
</div>
|
||||
|
||||
<div
|
||||
className={classNames('flex flex-wrap items-center justify-between', {
|
||||
|
|
|
@ -127,7 +127,7 @@ class QuotedStatus extends ImmutablePureComponent<IQuotedStatus> {
|
|||
<Stack
|
||||
space={2}
|
||||
className={classNames('mt-3 p-4 rounded-lg border border-solid border-gray-100 dark:border-slate-700 cursor-pointer', {
|
||||
'hover:bg-gray-100 dark:hover:bg-slate-700': !compose,
|
||||
'hover:bg-gray-50 dark:hover:bg-slate-700': !compose,
|
||||
})}
|
||||
onClick={this.handleExpandClick}
|
||||
>
|
||||
|
|
Ładowanie…
Reference in New Issue