Enhance chan about page to show channel description

This commit is contained in:
syeopite 2021-06-25 20:28:25 -07:00
parent 6fce4351f4
commit 741b1992b8
No known key found for this signature in database
GPG key ID: 6FA616E5A5294A82
12 changed files with 54 additions and 27 deletions

View file

@ -23,8 +23,19 @@
#link-holder {
display: none;
}
#about-content-container > * {
margin-bottom: 25px;
}
}
@media screen and (min-width: 640px) {
#about-content-container > * {
margin-bottom: 50px;
}
}
#link-widget-primary {
margin-right: 1.5em;
}
@ -51,6 +62,8 @@
color: #e1e1e1 !important;
}
/* Featured channels page */
.channel-section details {