mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 16:36:15 +00:00
7 lines
108 B
CSS
7 lines
108 B
CSS
.video-js {
|
|
width: calc(100% - 40px);
|
|
max-width: 800px;
|
|
max-height: 100%;
|
|
margin: 0 auto;
|
|
}
|