mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 23:17:57 +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{
|
||||
background-image:url("/css/head.svg");
|
||||
background-size: contain;
|
||||
background-size: cover;
|
||||
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!
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class=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>
|
||||
|
||||
</div>
|
||||
<div style="margin: 94px;">
|
||||
</div>
|
||||
<br> <br>
|
||||
<br> <br>
|
||||
<br> <br style="display: none;">
|
||||
</div>
|
||||
<% } %>
|
||||
<% if (isMobile) { %>
|
||||
<div class="app" >
|
||||
|
@ -280,7 +284,7 @@ background-size: contain;
|
|||
</div>
|
||||
<% } %>
|
||||
|
||||
|
||||
</div>
|
||||
<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">
|
||||
|
|
Loading…
Reference in a new issue