fix(mobile): bottom section not filling width. Closes #3073
This commit is contained in:
@@ -262,6 +262,7 @@ export const Content: FC = () => {
|
|||||||
</Modal>
|
</Modal>
|
||||||
<Row>
|
<Row>
|
||||||
{isMobile ? (
|
{isMobile ? (
|
||||||
|
<Col span={24}>
|
||||||
<MobileContent
|
<MobileContent
|
||||||
name={name}
|
name={name}
|
||||||
summary={summary}
|
summary={summary}
|
||||||
@@ -272,6 +273,7 @@ export const Content: FC = () => {
|
|||||||
supportFediverseFeatures={supportFediverseFeatures}
|
supportFediverseFeatures={supportFediverseFeatures}
|
||||||
online={online}
|
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