mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
fix: open in app card style (#8667)
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user