Merge pull request #2399 from TeamPiped/fix-image-preview

Fix the play button not working consistently on mobile devices
This commit is contained in:
Kavin 2023-05-15 05:46:01 +01:00 committed by GitHub
commit 6b8429b016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -854,5 +854,6 @@ export default {
bottom: 0; bottom: 0;
margin-bottom: 4.5%; margin-bottom: 4.5%;
border-radius: 0.3rem; border-radius: 0.3rem;
display: none;
} }
</style> </style>