fix(mobile): bottom section not filling width. Closes #3073
This commit is contained in:
parent
ae8d09c221
commit
8a3bae4c30
@ -262,16 +262,18 @@ export const Content: FC = () => {
|
||||
</Modal>
|
||||
<Row>
|
||||
{isMobile ? (
|
||||
<MobileContent
|
||||
name={name}
|
||||
summary={summary}
|
||||
tags={tags}
|
||||
socialHandles={socialHandles}
|
||||
extraPageContent={extraPageContent}
|
||||
setShowFollowModal={setShowFollowModal}
|
||||
supportFediverseFeatures={supportFediverseFeatures}
|
||||
online={online}
|
||||
/>
|
||||
<Col span={24}>
|
||||
<MobileContent
|
||||
name={name}
|
||||
summary={summary}
|
||||
tags={tags}
|
||||
socialHandles={socialHandles}
|
||||
extraPageContent={extraPageContent}
|
||||
setShowFollowModal={setShowFollowModal}
|
||||
supportFediverseFeatures={supportFediverseFeatures}
|
||||
online={online}
|
||||
/>
|
||||
</Col>
|
||||
) : (
|
||||
<Col span={24} style={{ paddingRight: dynamicPadding }}>
|
||||
<div className={desktopStyles.bottomSectionContent}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user