Skip to content

Commit

Permalink
[HOTFIX] Fix cutscene for mobile display
Browse files Browse the repository at this point in the history
  • Loading branch information
miku448 committed Dec 9, 2024
1 parent b489e97 commit 4d3232e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,10 @@
}
}

.CutsceneDisplayer__text-container.MobileDisplay {
padding-top: 50px;
}

@keyframes brightnessfade {
0% {
filter: brightness(0.6);
Expand Down

0 comments on commit 4d3232e

Please sign in to comment.