Skip to content

Commit

Permalink
improve style
Browse files Browse the repository at this point in the history
  • Loading branch information
mebtte committed Mar 18, 2024
1 parent dc058ca commit 264fd42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/pwa/src/pages/player/lyric_panel/lyric/lyric.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ import { MultipleLrc, MultipleLrcLine } from 'react-lrc';
import absoluteFullSize from '@/style/absolute_full_size';
import { CSSVariable } from '@/global_style';
import useAudioCurrentMillisecond from '../../use_audio_current_millisecond';
import autoScrollbar from '@/style/auto_scrollbar';

const StyledMultipleLrc = styled(MultipleLrc)`
${absoluteFullSize}
${autoScrollbar}
`;
const Line = styled.div<{ active?: boolean }>`
margin: 20px;
Expand Down

0 comments on commit 264fd42

Please sign in to comment.