mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-24 05:49:38 -04:00
Add content sections to trending feed
This commit is contained in:
parent
d3384e17f1
commit
fbe9a0c0f2
4 changed files with 49 additions and 5 deletions
|
@ -600,3 +600,20 @@ hr {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.category {
|
||||
margin: 3em 0px 4em 0px;
|
||||
}
|
||||
|
||||
.category .heading > p {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.category .badge.featured {
|
||||
background: #005aa7;
|
||||
color: white;
|
||||
padding: 3px 4px 1px 4px;
|
||||
border-radius: 5px;
|
||||
font-size: 14px;
|
||||
margin-left: 10px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue