mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-14 04:49:00 +01:00
add video-title lol
This commit is contained in:
parent
35d175e2d5
commit
fca41df817
1 changed files with 1 additions and 2 deletions
|
@ -1612,8 +1612,7 @@ WIP! </a>
|
|||
</style>
|
||||
<% if (Array.isArray(inv_vid?.keywords)) { %>
|
||||
|
||||
<div class="video-title" style="color:var(--text-color);font-family:var(--text-font-primary);;font-weight:var(--text-header-weight);font-stretch: extra-expanded;margin-top: 10px;margin-bottom: 10px;">Keywords</div>
|
||||
<div class="tag-container">
|
||||
<div class="tag-container">
|
||||
<% if (inv_vid?.keywords && inv_vid.keywords.length > 0) { %>
|
||||
<% inv_vid?.keywords.forEach(x => { %>
|
||||
<div class="tag">
|
||||
|
|
Loading…
Reference in a new issue