Fix being unable to hide controls in full screen video in web UI (#34308)
This commit is contained in:
parent
19346fd5f8
commit
70e14c1ed0
2 changed files with 25 additions and 0 deletions
|
@ -7075,6 +7075,8 @@ a.status-card {
|
|||
height: 100% !important;
|
||||
margin: 0;
|
||||
aspect-ratio: auto !important;
|
||||
outline: none;
|
||||
border-radius: 0;
|
||||
|
||||
video {
|
||||
width: 100% !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue