Skip to content

Commit

Permalink
Merge pull request #1690 from X-Ryl669/variousCSSFix
Browse files Browse the repository at this point in the history
[web] Various CSS fixes
  • Loading branch information
hacketiwack authored Nov 28, 2023
2 parents bb6799e + 47ad03b commit b55121b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web-src/src/components/LyricsPane.vue
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ export default {
left: calc(50% - 50vw);
width: 100vw;
height: calc(100vh - 26rem);
max-height: min(100% - 8rem, 100vh - 26rem + 3.5rem); /* When the art picture underneath is in portrait rather than landscape, we have to clip the area to the picture height */
position: absolute;
overflow: auto;
--mask: linear-gradient(
Expand Down

0 comments on commit b55121b

Please sign in to comment.