Skip to content

Commit

Permalink
fix(core): setting height issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Nov 7, 2024
1 parent 88c768a commit d83164d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const centerContainer = style({
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
height: 'fit-content',
});
export const content = style({
position: 'relative',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,12 @@ export const OpenInAppPage = ({ urlToOpen, openHereClicked }: OpenAppProps) => {

{maybeDocLink ? (
<div className={styles.docFooter}>
<a
<button
className={styles.editSettingsLink}
onClick={goToAppearanceSetting}
target="_blank"
rel="noreferrer"
>
{t['com.affine.auth.open.affine.doc.edit-settings']()}
</a>
</button>

<div className={styles.docFooterText}>
<LocalWorkspaceIcon width={16} height={16} />
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/i18n/src/i18n-completenesses.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"fr": 71,
"hi": 2,
"it": 1,
"ja": 95,
"ja": 94,
"ko": 84,
"pl": 0,
"pt-BR": 91,
Expand Down

0 comments on commit d83164d

Please sign in to comment.