mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Enhance chan about page to show channel description
This commit is contained in:
parent
6fce4351f4
commit
741b1992b8
12 changed files with 54 additions and 27 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue