mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-08-09 20:24:09 +00:00
Fix safari fullscreen (#495)
This commit is contained in:
@@ -29,6 +29,11 @@
|
|||||||
background-color: rgba(8, 8, 8, 0.75) !important;
|
background-color: rgba(8, 8, 8, 0.75) !important;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.shaka-video-container:-webkit-full-screen {
|
||||||
|
max-height: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
Reference in New Issue
Block a user