mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Add content sections to trending feed
This commit is contained in:
parent
bbfbe70930
commit
e485bc2ef3
3 changed files with 50 additions and 4 deletions
|
@ -631,3 +631,20 @@ p,
|
|||
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