mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-25 13:48:56 +01:00
css fixes
This commit is contained in:
parent
82e838438d
commit
e2dd39b5e3
1 changed files with 3 additions and 3 deletions
|
@ -1584,13 +1584,13 @@ width: fit-content;
|
|||
|
||||
<div onclick="closePopup()" id="popup-container">
|
||||
<div id="close-btn" onclick="closePopup()">X</div>
|
||||
|
||||
<div class="video-title" style=";font-stretch: extra-expanded;margin-top: 10px;margin-bottom: -10px;padding: 10px;border-top-left-radius: 11px;border-top-right-radius: 11px;font-family: "poketube flex" , sans-serif;font-weight: 850;text-align: left;">About</div>
|
||||
<% if (cinv.descriptionHtml) { %>
|
||||
|
||||
<p style="color:#fff;margin-left: 10px;font-weight: bold;text-align: left;"><%-cinv.descriptionHtml%></p>
|
||||
<% if (Array.isArray(cinv?.tags)) { %>
|
||||
<div class="video-title" style="background: #272727;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;padding: 10px;border-top-left-radius: 11px;border-top-right-radius: 11px;">Tags</div>
|
||||
<div class="tags-channel" style="padding: 10px;background: #272727;margin-top: 10px;border-bottom-left-radius: 11px;border-bottom-right-radius:11px;">
|
||||
<div class="video-title" style=";font-stretch: extra-expanded;margin-top: 10px;margin-bottom: -10px;padding: 10px;border-top-left-radius: 11px;border-top-right-radius: 11px;font-family: "poketube flex" , sans-serif;font-weight: 1000;text-align: left;">Tags</div>
|
||||
<div class="tags-channel" style="padding: 10px;background: #272727;margin-top: 10px;border-radius: 11px;>
|
||||
<br>
|
||||
<% cinv.tags.forEach(x => { %>
|
||||
<div class="tag-channel">
|
||||
|
|
Loading…
Reference in a new issue