{% trans %}(No news to show.){% endtrans %}
{% else %}diff --git a/templates/themes/categories/frames.html b/templates/themes/categories/frames.html index 5be39730..22f9bfab 100644 --- a/templates/themes/categories/frames.html +++ b/templates/themes/categories/frames.html @@ -29,8 +29,9 @@ body { display: grid; - grid-template-columns: repeat(auto-fill,minmax(200px, 1fr)); + grid-template-columns: repeat(auto-fill,minmax(120px, 20%)); gap: 20px; + min-height: 100vh; } .modlog { @@ -66,6 +67,16 @@ li a.system { font-weight: bold; } + + footer { + grid-column: 1 / 9; + } + + div.news.ban { + width: 100%; + max-width: 100%; + box-sizing: border-box; + } @media (max-width:768px) { body{ diff --git a/templates/themes/categories/news.html b/templates/themes/categories/news.html index dd928a0d..5d3d987d 100644 --- a/templates/themes/categories/news.html +++ b/templates/themes/categories/news.html @@ -25,7 +25,7 @@
{% trans %}(No news to show.){% endtrans %}
{% else %}