Skip to content

Commit

Permalink
feat: make spinner size scale with font size
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuisi committed Nov 8, 2024
1 parent 2afbbaf commit 926f7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lean4-infoview/src/infoview/info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const InfoStatusBar = React.memo((props: InfoStatusBarProps) => {
transitionProperty: 'opacity',
transitionTimingFunction: 'ease-in',
color: 'var(--vscode-editor-foreground)',
fontSize: '10px',
fontSize: 'calc(0.8 * var(--vscode-font-size))',
}

return (
Expand Down

0 comments on commit 926f7c1

Please sign in to comment.