Skip to content

Commit

Permalink
Fix when switching to Vertical SP Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
choptop84 committed Sep 2, 2024
1 parent 627ce31 commit 62b936d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions player/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,7 @@ import { SongPlayerLayout } from "./Layout";
else {
songPlayerContainer.style.gridTemplateRows = "78vh 0vh 7.4vh";
}
timelineContainer.style.left = "0px";
} else {
timelineContainer.style.transform = '';
pianoContainer.style.display = "none";
Expand All @@ -739,6 +740,7 @@ import { SongPlayerLayout } from "./Layout";
else {
songPlayerContainer.style.gridTemplateRows = "92.6vh 0vh 7.4vh";
}
timelineContainer.style.left = "0px";
} else {
timelineContainer.style.transform = '';
songPlayerContainer.style.gridTemplateRows = "";
Expand Down

0 comments on commit 62b936d

Please sign in to comment.