mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-31 14:11:54 +05:30
Add content sections to trending feed
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user