summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorOmar Roth <omarroth@protonmail.com>2019-06-28 20:48:24 -0500
committerOmar Roth <omarroth@protonmail.com>2019-06-28 20:48:24 -0500
commit0d0d3edeae1e632afc302e240b5ef7481c21b4b0 (patch)
tree6c2d3b2d37a955dedc378a861609fddd1866cb76 /assets
parentdd0be7c52236385ba9af37d8a69787e5034b3094 (diff)
downloadinvidious-0d0d3edeae1e632afc302e240b5ef7481c21b4b0.tar.gz
invidious-0d0d3edeae1e632afc302e240b5ef7481c21b4b0.tar.bz2
invidious-0d0d3edeae1e632afc302e240b5ef7481c21b4b0.zip
Add thumbnail and banners to channel page
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 2f875019..bbeaf076 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -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;