remotes/1693045480750635534/spooky-22
kek7198 2021-12-01 15:19:40 -06:00
parent fc009dc5ba
commit 29fd818553
2 changed files with 2 additions and 2 deletions

View File

@ -262,7 +262,7 @@
</div>
<div class="w-full md:px-4">
<div class="w-full max-w-screen-2xl mx-auto mb-4 md:px-4 grid grid-cols-12 gap-6 bg-gray-200 rounded-b" id="main-content-row">
<div class="w-full max-w-screen-2xl mx-auto mb-4 md:px-4 grid grid-cols-12 gap-6 bg-gray-400 sm:bg-gray-200 rounded-b" id="main-content-row">
{% block searchText %}
{% endblock %}

View File

@ -32,7 +32,7 @@
</div>
{% endif %}
<li id="post-{{p.id}}" class="p-2.5 mb-3 sm:mb-4 sm:pb-4 sm:pt-0 sm:px-0 border-b border-gray-300 {% if p.is_banned %} banned{% endif %}{% if p.deleted_utc %} deleted{% endif %}{% if p.stickied %} stickied{% endif %}{% if voted==1 %} upvoted{% elif voted==-1 %} downvoted{% endif %}{% if p.over_18 %} nsfw{% endif %}">
<li id="post-{{p.id}}" class="p-2.5 mb-3 sm:mb-4 sm:pb-4 sm:pt-0 sm:px-0 bg-gray-200 border-b border-gray-300 {% if p.is_banned %} banned{% endif %}{% if p.deleted_utc %} deleted{% endif %}{% if p.stickied %} stickied{% endif %}{% if voted==1 %} upvoted{% elif voted==-1 %} downvoted{% endif %}{% if p.over_18 %} nsfw{% endif %}">
<div class="flex md:flex-row flex-nowrap">