Skip to content

Commit

Permalink
feat: 修复悬浮球 logo 大小
Browse files Browse the repository at this point in the history
  • Loading branch information
moshangqi committed Dec 27, 2023
1 parent 7ee85a0 commit c01f41f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/pages/inject/LevitateBall/index.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
padding: 6px 8px 6px 8px;
gap: 4px;
.logo {
font-size: 24px;
flex: 0 0 auto;
}

Expand Down
2 changes: 1 addition & 1 deletion src/pages/inject/LevitateBall/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function App() {
}}
>
<div className={styles.ballWrapper}>
<LarkIcon name="yuque-logo" className={styles.logo} />
<LarkIcon name="yuque-logo" className={styles.logo} size={24} />
<div className={styles.hiddenWrapper}>{shortKey}</div>
</div>
</div>
Expand Down

0 comments on commit c01f41f

Please sign in to comment.