kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Remove 'justifyEnd' from content
rodzic
22d983c0c7
commit
a64df40bbb
|
@ -354,7 +354,6 @@ const Status: React.FC<IStatus> = (props) => {
|
||||||
|
|
||||||
<div className='status__content-wrapper'>
|
<div className='status__content-wrapper'>
|
||||||
<Stack
|
<Stack
|
||||||
justifyContent='end'
|
|
||||||
className={
|
className={
|
||||||
classNames('relative', {
|
classNames('relative', {
|
||||||
'min-h-[220px]': inReview || isSensitive,
|
'min-h-[220px]': inReview || isSensitive,
|
||||||
|
|
|
@ -91,7 +91,6 @@ const DetailedStatus: React.FC<IDetailedStatus> = ({
|
||||||
<StatusReplyMentions status={actualStatus} />
|
<StatusReplyMentions status={actualStatus} />
|
||||||
|
|
||||||
<Stack
|
<Stack
|
||||||
justifyContent='end'
|
|
||||||
className={
|
className={
|
||||||
classNames('relative', {
|
classNames('relative', {
|
||||||
'min-h-[220px]': isUnderReview || isSensitive,
|
'min-h-[220px]': isUnderReview || isSensitive,
|
||||||
|
|
Ładowanie…
Reference in New Issue