[enhancement]: increase padding for synchronizer lyric container

This commit is contained in:
Kendall Garner 2024-01-28 19:42:23 -08:00
parent 8287347f91
commit afb8510cd7
No known key found for this signature in database
GPG key ID: 18D2767419676C87

View file

@ -21,7 +21,7 @@ const SynchronizedLyricsContainer = styled.div<{ $gap: number }>`
gap: ${(props) => props.$gap || 5}px;
width: 100%;
height: 100%;
padding: 10vh 0 6vh;
padding: 10vh 0 50vh;
overflow: scroll;
transform: translateY(-2rem);