Add thumbnail and banners to channel page

This commit is contained in:
Omar Roth
2019-06-28 20:48:24 -05:00
parent dd0be7c522
commit 0d0d3edeae
6 changed files with 199 additions and 136 deletions

View File

@@ -2,6 +2,17 @@
background-color: rgb(255, 0, 0, 0.5);
}
.channel-profile > * {
font-size: 1.17em;
font-weight: bold;
vertical-align: middle;
}
.channel-profile > img {
width: 64px;
height: 64px;
}
.channel-owner {
background-color: #008bec;
color: #fff;