MyTube/public/css/watch.css
2021-01-07 22:25:29 +01:00

32 lines
No EOL
373 B
CSS

#player {
width: 73.5%;
}
#player .video-js {
width: 100%;
}
.pane-container {
position: relative;
}
#set {
position: absolute;
top: 0;
right: 0;
width: 23.5%;
min-height: 100px;
padding: 1%;
}
#description {
width: 73.5%;
padding: 1%;
position: relative;
}
.views {
position: absolute;
top: 7%;
right: 3%;
}