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