mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 03:14:40 -05:00
fix height :3
This commit is contained in:
parent
7303b9c241
commit
8a2d8eddc9
1 changed files with 3 additions and 3 deletions
|
@ -1690,7 +1690,7 @@ Offical Discord Server! :3
|
|||
|
||||
<% if (!video?.Channel.Name.endsWith(' - Topic')) { %>
|
||||
<% if (!inv_vid.title.endsWith('IGNORE_THIS_PLEASE)')) { %>
|
||||
<% if (support != undefined && linkto == undefined) { %>
|
||||
<% if (support != undefined && linkto.subdomain == undefined) { %>
|
||||
|
||||
<div class="new-button button-encryption">
|
||||
<a title="Support the Creator of the video!" style="color:var(--text-color);text-decoration: none;" href="https://www.patreon.com/join/<%- support.name %>">
|
||||
|
@ -1708,7 +1708,7 @@ Offical Discord Server! :3
|
|||
<% }%> <% }%>
|
||||
<% }%>
|
||||
|
||||
<% if (support == undefined || linkto == undefined) { %>
|
||||
<% if (support == undefined || linkto.subdomain == undefined) { %>
|
||||
|
||||
<% if (!video?.Channel.Name.endsWith(' - Topic')) { %>
|
||||
<% if (!inv_vid.title.endsWith('IGNORE_THIS_PLEASE)')) { %>
|
||||
|
@ -1733,7 +1733,7 @@ Offical Discord Server! :3
|
|||
<% if (!inv_vid.title.endsWith('IGNORE_THIS_PLEASE)')) { %>
|
||||
|
||||
<div class="new-button button-encryption">
|
||||
<a title="Stream!" style="color:var(--text-color);text-decoration: none;" href="https://<%= linkto.subdomain %>.lnk.to/<% linkto.path %>">
|
||||
<a title="Stream!" style="color:var(--text-color);text-decoration: none;" href="https://<%= linkto.subdomain %>.lnk.to/<%= linkto.path %>">
|
||||
<div class="pill-button">
|
||||
|
||||
<i class="fa-light fa-music-note"></i>
|
||||
|
|
Loading…
Reference in a new issue