mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:38:25 +01:00
better responsive!!!
This commit is contained in:
parent
8e7bb7a620
commit
e838203f6b
1 changed files with 2 additions and 3 deletions
|
@ -254,8 +254,7 @@
|
|||
<link href="https://fonts.poketube.fun/css/fonts.css" rel=stylesheet>
|
||||
<link href="/css/watch-navbar.css?v=56" rel=stylesheet>
|
||||
<link href="/css/poketube.css?v=56" rel=stylesheet>
|
||||
<link href="/css/poketube-responsive.css?v=56" rel=stylesheet>
|
||||
|
||||
|
||||
<!-- ICONS -->
|
||||
|
||||
<link href=https://p.poketube.fun/https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
|
||||
|
@ -312,7 +311,7 @@
|
|||
<div class="video-player-container">
|
||||
|
||||
|
||||
<video class="player video-ambient-container" id="<%=sha384(video.id)%>" style="border-radius: 16px; margin-left: -5.5px;" autoplay controls
|
||||
<video class="player video-ambient-container" id="<%=sha384(video.id)%>" style="border-radius: 16px; " autoplay controls
|
||||
|
||||
poster="https://p.poketube.fun/https://i.ytimg.com/vi/<%=video.id%>/maxresdefault.jpg?v=607ddcd4">
|
||||
|
||||
|
|
Loading…
Reference in a new issue