mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
[enhancement]: increase padding for synchronizer lyric container
This commit is contained in:
@@ -21,7 +21,7 @@ const SynchronizedLyricsContainer = styled.div<{ $gap: number }>`
|
|||||||
gap: ${(props) => props.$gap || 5}px;
|
gap: ${(props) => props.$gap || 5}px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 10vh 0 6vh;
|
padding: 10vh 0 50vh;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
transform: translateY(-2rem);
|
transform: translateY(-2rem);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user