fix: open in app card style (#8667)

This commit is contained in:
Peng Xiao
2024-11-01 18:42:09 +08:00
committed by GitHub
parent 7e71395c8e
commit ecbf5a95fa
8 changed files with 149 additions and 92 deletions
@@ -57,9 +57,3 @@ export const linkText = style({
fontWeight: 700,
whiteSpace: 'nowrap',
});
export const shareCard = style({
position: 'fixed',
bottom: '16px',
left: '16px',
});
@@ -167,7 +167,7 @@ const SharePageWebContainer = ({
{children}
<SharePageFooter />
</div>
<OpenInAppCard className={styles.shareCard} />
<OpenInAppCard />
</div>
</MainContainer>
);