Skip to content

Commit

Permalink
fix header level progress narrow content
Browse files Browse the repository at this point in the history
  • Loading branch information
timche committed Dec 3, 2023
1 parent 29cca17 commit 8fd2d40
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/content/features/add-header-level-progress.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default async () => {
style={{
marginTop: 1,
height: 2,
width: 110,
width: 120,
background: '#4b4e4e'
}}
>
Expand All @@ -138,7 +138,8 @@ export default async () => {
<div
style={{
display: 'flex',
'justify-content': 'space-between'
'justify-content': 'space-between',
fontSize: 10
}}
>
{levelMinElo}
Expand Down

0 comments on commit 8fd2d40

Please sign in to comment.