svh did not work when running on Chromecast

This commit is contained in:
Manav Rathi 2024-05-09 17:20:39 +05:30
parent 19ff216714
commit f5ce1da295
No known key found for this signature in database

View file

@ -85,7 +85,7 @@ const Message: React.FC<React.PropsWithChildren> = ({ children }) => {
const Message_ = styled("div")`
display: flex;
min-height: 100svh;
height: 100%;
justify-content: center;
align-items: center;