mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-27 13:34:30 -04:00
14 lines
210 B
Text
14 lines
210 B
Text
|
|
#pv-vid-video {
|
|
position: absolute;
|
|
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
|
|
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
#pv-vid-video:-webkit-full-screen {
|
|
top: auto !important;
|
|
left: auto !important;
|
|
}
|