mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
fix index page layout bug
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
<p>R-18</p>
|
||||
</div>
|
||||
|
||||
<div class="row justify-content-center g-5">
|
||||
{* g-5 causes the page layout to go slightly off-screen on small devices *}
|
||||
<div class="row justify-content-center g-4">
|
||||
|
||||
{*
|
||||
{{ if CookieList["pixivfe-LogoStyle"] == "" || CookieList["pixivfe-LogoStyle"] == "standard" }}
|
||||
@@ -196,7 +197,7 @@
|
||||
<a href="/discovery/users" class="custom-btn-secondary bg-charcoal-surface2 mx-auto">View more</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<hr class="border-neutral-700 opacity-100 rounded mt-5 mb-0">
|
||||
|
||||
<!-- Popular tags -->
|
||||
@@ -245,7 +246,7 @@
|
||||
{{- end }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<hr class="border-neutral-700 opacity-100 rounded mt-5 mb-0">
|
||||
|
||||
<!-- Today's illustration rankings -->
|
||||
|
||||
Reference in New Issue
Block a user