remotes/1693045480750635534/spooky-22
Aevann1 2021-07-30 11:02:53 +02:00
parent 1c908b9c0f
commit 3833f865a1
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{% extends "default.html" %}
{% block content %}
<pre class="d-none d-md-inline-block"></pre>
<pre></pre>
<h5>@{{u.username}}'s followers</h5>
<pre></pre>
<table class="table table-striped mb-5">

View File

@ -153,7 +153,7 @@
{% endblock %}
<!-- Settings content -->
<div class="{% if request.path == '/banned' or request.path == '/blocks' %}container-fluid{% else %}container{% endif %} mt-3">
<div class="{% if request.path == '/banned' or request.path == '/blocks' %}container-fluid{% else %}container{% endif %} mt-3 {% if request.path == '/leaderboard' %}px-0{% endif %}">
{% block content %}
{% endblock %}