Skip to content

Commit

Permalink
improve lyric panel
Browse files Browse the repository at this point in the history
  • Loading branch information
mebtte committed Jan 18, 2024
1 parent 9909ceb commit 26a69fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ rules:
"@typescript-eslint/promise-function-async": off
"@typescript-eslint/strict-boolean-expressions": off
"@typescript-eslint/consistent-type-imports": off
"@typescript-eslint/no-misused-promises": off
"@typescript-eslint/no-non-null-assertion": off

"react/react-in-jsx-scope": off
1 change: 1 addition & 0 deletions apps/pwa/src/pages/player/lyric_panel/lyric/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const ErrorContainer = styled(Container)`
>.content {
backdrop-filter: blur(10px);
background-color: rgb(255 255 255 / 0.8);
border-radius: ${CSSVariable.BORDER_RADIUS_NORMAL};
padding: 20px;
margin: 0 20px;
Expand Down

0 comments on commit 26a69fd

Please sign in to comment.