mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-14 05:28:58 +01:00
fix stuff :3
This commit is contained in:
parent
3014c380ef
commit
01186ab9c8
1 changed files with 9 additions and 3 deletions
|
@ -156,7 +156,13 @@ font-family:Ubuntu
|
||||||
|
|
||||||
.playlist-video > .info > .title {
|
.playlist-video > .info > .title {
|
||||||
border-radius:0em;
|
border-radius:0em;
|
||||||
height: 1.9em;
|
max-height: 1.9em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.playlist-info>.title {
|
||||||
|
font-family: "PokeTube flex";
|
||||||
|
font-stretch: ultra-expanded;
|
||||||
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
@ -212,14 +218,14 @@ font-family:Ubuntu
|
||||||
<%- x.index + 1 %>
|
<%- x.index + 1 %>
|
||||||
</a>
|
</a>
|
||||||
<a href="/watch?v=<%- x.videoId %>" class="thumbnail"
|
<a href="/watch?v=<%- x.videoId %>" class="thumbnail"
|
||||||
style="background-image: url('<%- mediaproxy %>/proxy?url=https://vid.puffyan.us/vi/<%- x.videoId %>/hqdefault.jpg?sqp=-oaymwEjCNACELwBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=&rs=AOn4CLBibY6d4Dg0K69NC-0b7NFsD7AH1w')">
|
style="background-image: url('<%- mediaproxy %>/proxy?url=https://vid.puffyan.us/vi/<%- x.videoId %>/hqdefault.jpg?sqp=-oaymwEjCNACELwBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=&rs=AOn4CLBibY6d4Dg0K69NC-0b7NFsD7AH1w');border-radius: 13px;border: 1px solid #ff0064">
|
||||||
</a>
|
</a>
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<a href="/watch?v=<%- x.videoId %>" class="title max-lines-2">
|
<a href="/watch?v=<%- x.videoId %>" class="title max-lines-2">
|
||||||
<%- x.title %>
|
<%- x.title %>
|
||||||
</a>
|
</a>
|
||||||
<div>
|
<div>
|
||||||
<a href="/channel?id=<%- x.authorId %>"><%- x.author %></a>
|
<a href="/channel?id=<%- x.authorId %>" style="border-radius:0em"><%- x.author %></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue