2020-06-04 14:30:01 +00:00
|
|
|
.watchVideoInfo
|
|
|
|
display: grid
|
|
|
|
grid-template-columns: 2fr 1fr
|
|
|
|
padding: 16px
|
|
|
|
|
|
|
|
@media screen and (max-width: 680px)
|
|
|
|
grid-template-columns: auto
|
|
|
|
|
|
|
|
.videoTitle
|
2020-06-16 16:50:46 +00:00
|
|
|
font-size: 22px
|
2020-06-04 14:30:01 +00:00
|
|
|
margin: 0 0 20px
|
|
|
|
|
|
|
|
.channelInformation
|
|
|
|
.profileRow
|
|
|
|
display: flex
|
|
|
|
|
|
|
|
.channelThumbnail
|
|
|
|
border-radius: 50%
|
|
|
|
margin-right: 8px
|
|
|
|
|
|
|
|
.channelName
|
|
|
|
margin-left: 6px
|
|
|
|
|
|
|
|
.subscribeButton
|
2020-06-16 16:50:46 +00:00
|
|
|
padding: 5px
|
2020-06-04 14:30:01 +00:00
|
|
|
font-size: 14px
|
|
|
|
|
2020-06-16 16:50:46 +00:00
|
|
|
.datePublished
|
|
|
|
margin-bottom: 24px
|
|
|
|
|
2020-06-04 14:30:01 +00:00
|
|
|
.viewCount
|
|
|
|
margin: 4px 0px 0px
|
|
|
|
text-align: right
|
|
|
|
|
|
|
|
@media screen and (max-width: 680px)
|
|
|
|
margin-top: 16px
|
|
|
|
text-align: left
|
|
|
|
|
|
|
|
.likeSection
|
|
|
|
margin-top: 16px
|
|
|
|
font-size: 14px
|
2020-06-17 11:37:36 +00:00
|
|
|
display: flex
|
|
|
|
flex-direction: column
|
2020-06-04 14:30:01 +00:00
|
|
|
margin-left: auto
|
2020-06-17 11:37:36 +00:00
|
|
|
text-align: right
|
2020-06-16 16:11:23 +00:00
|
|
|
max-width: 210px
|
2020-06-04 14:30:01 +00:00
|
|
|
|
|
|
|
@media screen and (max-width: 680px)
|
|
|
|
margin-left: 0
|
|
|
|
|
|
|
|
.likeBar
|
|
|
|
height: 8px
|
|
|
|
border-radius: 4px
|
|
|
|
margin-bottom: 4px
|
|
|
|
|
2020-06-17 11:37:36 +00:00
|
|
|
.likeCount
|
|
|
|
margin-right: 6px
|
|
|
|
|
2020-06-16 16:11:23 +00:00
|
|
|
.videoOptions
|
2020-06-04 14:30:01 +00:00
|
|
|
margin-top: 16px
|
|
|
|
display: flex
|
|
|
|
justify-content: flex-end
|
|
|
|
|
2020-06-16 16:11:23 +00:00
|
|
|
.option:not(:first-child)
|
|
|
|
margin-left: 4px
|
|
|
|
|
2020-06-04 14:30:01 +00:00
|
|
|
@media screen and (max-width: 680px)
|
|
|
|
justify-content: flex-start
|
|
|
|
|
2020-06-16 16:11:23 +00:00
|
|
|
@media only screen and (max-width: 1350px)
|
|
|
|
.theatreModeButton
|
|
|
|
display: none
|