mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-14 22:50:26 +02:00
add setting for lyrics container padding
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
.content {
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
|
||||
@media screen and (orientation: portrait) {
|
||||
padding-top: 5vh !important;
|
||||
padding-right: var(--lyric-padding-right, 0%) !important;
|
||||
padding-bottom: 5vh !important;
|
||||
padding-left: var(--lyric-padding-left, 0%) !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user