sforkowany z mirror/soapbox
Merge branch 'improve-quote-visuals' into 'develop'
Improve Quote Status visuals See merge request soapbox-pub/soapbox-fe!1455ci-review-rules
commit
9b08a701b9
|
@ -365,7 +365,9 @@ class ComposeForm extends ImmutablePureComponent {
|
||||||
}
|
}
|
||||||
</AutosuggestTextarea>
|
</AutosuggestTextarea>
|
||||||
|
|
||||||
<QuotedStatusContainer />
|
<div className='mb-2'>
|
||||||
|
<QuotedStatusContainer />
|
||||||
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
className={classNames('flex flex-wrap items-center justify-between', {
|
className={classNames('flex flex-wrap items-center justify-between', {
|
||||||
|
|
|
@ -127,7 +127,7 @@ class QuotedStatus extends ImmutablePureComponent<IQuotedStatus> {
|
||||||
<Stack
|
<Stack
|
||||||
space={2}
|
space={2}
|
||||||
className={classNames('mt-3 p-4 rounded-lg border border-solid border-gray-100 dark:border-slate-700 cursor-pointer', {
|
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}
|
onClick={this.handleExpandClick}
|
||||||
>
|
>
|
||||||
|
|
Ładowanie…
Reference in New Issue