mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-23 03:17:47 +01:00
fix some issues
This commit is contained in:
parent
cf37d5b7f1
commit
458a7c2deb
1 changed files with 8 additions and 4 deletions
|
@ -201,7 +201,7 @@ border-radius: 16px;
|
||||||
|
|
||||||
.app{
|
.app{
|
||||||
background-image:url("/css/head.svg");
|
background-image:url("/css/head.svg");
|
||||||
background-size: contain;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -237,6 +237,7 @@ background-size: contain;
|
||||||
PokeTube is a libre youtube-front end that respects your privacy and your freedom!
|
PokeTube is a libre youtube-front end that respects your privacy and your freedom!
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class=search>
|
<div class=search>
|
||||||
|
|
||||||
<form action=/search>
|
<form action=/search>
|
||||||
|
@ -244,9 +245,12 @@ background-size: contain;
|
||||||
|
|
||||||
|
|
||||||
<button class="btn btn-success" type=submit><i class="fa-light fa-search"></i></button></form>
|
<button class="btn btn-success" type=submit><i class="fa-light fa-search"></i></button></form>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div style="margin: 94px;">
|
<br> <br>
|
||||||
</div>
|
<br> <br>
|
||||||
|
<br> <br style="display: none;">
|
||||||
|
</div>
|
||||||
<% } %>
|
<% } %>
|
||||||
<% if (isMobile) { %>
|
<% if (isMobile) { %>
|
||||||
<div class="app" >
|
<div class="app" >
|
||||||
|
@ -280,7 +284,7 @@ background-size: contain;
|
||||||
</div>
|
</div>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
|
</div>
|
||||||
<div class="channel-page" style="background-color: var(--channel-contents-background);">
|
<div class="channel-page" style="background-color: var(--channel-contents-background);">
|
||||||
|
|
||||||
<img src="https://t.poketube.fun/t/rep.gif" style="width: 0;visibility: hidden;" id="discover_main">
|
<img src="https://t.poketube.fun/t/rep.gif" style="width: 0;visibility: hidden;" id="discover_main">
|
||||||
|
|
Loading…
Reference in a new issue