FreeTube/src/renderer/components/watch-video-info/watch-video-info.sass

88 lines
1.5 KiB
Sass
Raw Normal View History

2020-06-04 16:30:01 +02: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 18:50:46 +02:00
font-size: 22px
2020-06-19 16:29:55 +02:00
margin: 0 0 24px
2020-06-04 16:30:01 +02:00
.channelInformation
.profileRow
display: flex
.channelThumbnail
border-radius: 50%
2020-06-19 16:29:55 +02:00
margin-right: 10px
2020-06-19 15:39:38 +02:00
cursor: pointer
2020-06-19 16:29:55 +02:00
width: 56px
2020-06-04 16:30:01 +02:00
.channelName
margin-left: 6px
2020-06-19 15:39:38 +02:00
cursor: pointer
2020-06-19 16:29:55 +02:00
position: relative
top: -2px
2020-06-04 16:30:01 +02:00
.subscribeButton
2020-06-19 16:29:55 +02:00
margin-top: 6px
margin-left: 6px
padding: 6px
2020-06-19 16:29:55 +02:00
font-size: 14px
2020-06-04 16:30:01 +02:00
.viewCount, .datePublished
color: var(--secondary-text-color)
text-align: right
font-size: 15px
@media screen and (max-width: 680px)
text-align: left
2020-06-16 18:50:46 +02:00
2020-06-04 16:30:01 +02:00
.viewCount
2020-06-19 17:30:30 +02:00
margin: 18px 0px 0px
.datePublished
2020-06-04 16:30:01 +02:00
margin: 4px 0px 0px
@media screen and (max-width: 680px)
margin-top: 16px
.likeSection
2020-06-19 17:30:30 +02:00
margin-top: 4px
2020-06-19 10:56:46 +02:00
font-size: 12px
color: var(--tertiary-text-color)
2020-06-17 13:37:36 +02:00
display: flex
flex-direction: column
2020-06-04 16:30:01 +02:00
margin-left: auto
2020-06-17 13:37:36 +02:00
text-align: right
max-width: 210px
2020-06-04 16:30:01 +02:00
@media screen and (max-width: 680px)
margin-left: 0
text-align: left
2020-06-04 16:30:01 +02:00
.likeBar
height: 8px
border-radius: 4px
margin-bottom: 4px
2020-06-17 13:37:36 +02:00
.likeCount
margin-right: 6px
.videoOptions
2020-06-04 16:30:01 +02:00
margin-top: 16px
display: flex
justify-content: flex-end
.option:not(:first-child)
margin-left: 4px
2020-06-04 16:30:01 +02:00
@media screen and (max-width: 680px)
justify-content: flex-start
@media only screen and (max-width: 1350px)
.theatreModeButton
display: none