mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-07 05:52:37 -04:00
Fix styling for featured badges on category
This commit is contained in:
parent
1b569bbc99
commit
f2c35b975f
2 changed files with 3 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
<% else %>
|
||||
<div class="category pure-u-1">
|
||||
<div class="category-heading h-box">
|
||||
<p> <%= category.title %> </p>
|
||||
<span class="category-title"> <%= category.title %> </span>
|
||||
<% if (badges = category.badges).is_a? Array %>
|
||||
<% badges.each do | badge |%>
|
||||
<% if badge[0] == "BADGE_STYLE_TYPE_FEATURED" %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue