mirror of
https://codeberg.org/ashley/poke.git
synced 2024-12-26 07:38:45 +01:00
fix stuff
This commit is contained in:
parent
e5e55ce26e
commit
953ee0daaf
1 changed files with 2 additions and 2 deletions
|
@ -741,7 +741,7 @@ background-color: #0000;
|
|||
|
||||
<% if (k.Video.Channel.Name !== "twenty one pilots") { %>
|
||||
|
||||
<a title="Poke Homepage" class="class" href="/143" style=font-family:Inter,sans-serif;color:var(--text-color)> <img style="transform: scale(1.3);padding-left:0.9em;width: 8.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/logo.svg?v=5"></a>
|
||||
<a title="Poke Homepage" class="class" href="/143" style=font-family:Inter,sans-serif;color:var(--text-color)> <img style="transform: scale(1.3);padding-left:0.9em;width: 8.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/logo-poke.svg?v=5"></a>
|
||||
|
||||
|
||||
<% if (secure) { %>
|
||||
|
@ -1647,7 +1647,7 @@ WIP! </a>
|
|||
<div style="display: flex;margin-left: -134px;gap: 3px;margin-top: 8px;">
|
||||
<% if (twitter) { %>
|
||||
<div style="background: #0009;width: fit-content;padding: 5px;border-radius: 6px;margin-bottom: -15px;">
|
||||
<img src="/static/twitter-logo.jpeg" class="loaded" style="width: 22px;height: 23px;vertical-align: -7px;"><a style="margin: 1px;" href="https://twitter.com/<%- twitter.name %>"> @<%- twitter.name %></a>
|
||||
<img src="/static/twitter-logo.jpeg" class="loaded" style="width: 22px;height: 23px;vertical-align: -7px;border-radius:7px"><a style="margin: 1px;" href="https://twitter.com/<%- twitter.name %>"> @<%- twitter.name %></a>
|
||||
</div>
|
||||
<% } %>
|
||||
|
||||
|
|
Loading…
Reference in a new issue