Make the footer have a consistant height
This commit is contained in:
@@ -103,7 +103,7 @@ const DesktopContent = ({
|
||||
}) => {
|
||||
const aboutTabContent = <CustomPageContent content={extraPageContent} />;
|
||||
const followersTabContent = (
|
||||
<div style={{ minHeight: '15vh' }}>
|
||||
<div style={{ minHeight: '16vh' }}>
|
||||
<FollowerCollection name={name} onFollowButtonClick={() => setShowFollowModal(true)} />
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user