FreeTube/src/renderer/components/playlist-info/playlist-info.css

31 lines
470 B
CSS

.playListThumbnail {
width: 100%;
}
.playlistThumbnail img {
width: 100%;
}
.playlistChannel {
height: 70px;
/* Indicates the box can be clicked to navigate */
cursor: pointer;
}
.playlistChannel img {
width: 70px;
float: left;
border-radius: 200px 200px 200px 200px;
-webkit-border-radius: 200px 200px 200px 200px;
}
.playlistChannel h3 {
float: left;
position: relative;
width: 200px;
margin-left: 10px;
top: 5px;
font-size: 15px;
}