mirror of
https://github.com/sammwyy/MikuMikuBeam.git
synced 2025-06-29 18:21:13 +00:00
fix: 📏 vertical screen size
This commit is contained in:
parent
7721b71fc4
commit
3627a739c4
@ -135,7 +135,7 @@ function App() {
|
||||
|
||||
return (
|
||||
<div
|
||||
className={`w-full h-full bg-gradient-to-br from-pink-100 to-blue-100 p-8 overflow-y-auto ${
|
||||
className={`w-screen h-screen bg-gradient-to-br from-pink-100 to-blue-100 p-8 overflow-y-auto ${
|
||||
actuallyAttacking ? "shake" : ""
|
||||
}`}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user