mirror of
https://github.com/sigmasternchen/MyTube
synced 2025-03-15 21:08:55 +00:00
25 lines
No EOL
289 B
CSS
25 lines
No EOL
289 B
CSS
#player {
|
|
width: 73.5%;
|
|
}
|
|
|
|
#player .video-js {
|
|
width: 100%;
|
|
}
|
|
|
|
.pane-container {
|
|
position: relative;
|
|
}
|
|
|
|
#set {
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 0px;
|
|
width: 23.5%;
|
|
min-height: 100px;
|
|
padding: 1%;
|
|
}
|
|
|
|
#description {
|
|
width: 73.5%;
|
|
padding: 1%;
|
|
} |