mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-22 05:27:20 +00:00
Fix safari fullscreen (#495)
This commit is contained in:
parent
eea4ed14dc
commit
469b194d2f
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user