mirror of
https://github.com/iv-org/invidious.git
synced 2025-10-17 21:08:06 +00:00
Enhance chan about page to show channel description
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user