leaderboard-text-headers-uniformization (#88)

HTML rewriting for more consistent titles in leaderboard

Most notable changes in the leaderboard Blocks template that had a much larger header

Co-authored-by: Your Name <madmarcolas@gmail.com>
Reviewed-on: #88
Co-authored-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
Co-committed-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
pull/94/head
mummified-corroding-granny 2023-01-22 23:37:32 +00:00 committed by Aevann
parent cc0dfd9dca
commit 369895ad6a
5 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
{% block content %}
<h5 class="mt-2" style="font-weight:bold;">Admins</h5>
<h5 class="font-weight-bolder text-center pt-2 pb-3"><span>Admins</span></h5>
<div class="overflow-x-auto mt-1">
<table class="table table-striped mb-5">
<thead class="bg-primary text-white">

View File

@ -2,7 +2,7 @@
{% block pagetitle %}Banned Users{% endblock %}
{% block content %}
<h5 class="my-4">Banned Users</h5>
<h5 class="font-weight-bolder text-center pt-2 pb-3"><span>Banned Users</span></h5>
<div class="overflow-x-auto"><table class="table table-striped mb-5">
<thead class="bg-primary text-white">
<tr>

View File

@ -1,7 +1,7 @@
{% extends "settings2.html" %}
{% block pagetitle %}Blocks{% endblock %}
{% block content %}
<h1> Blocks</h1>
<h5 class="font-weight-bolder text-center pt-2 pb-3"><span>Blocks</span></h5>
<div class="overflow-x-auto mt-3"><table class="table table-striped mb-5">
<thead class="bg-primary text-white">
<tr>

View File

@ -19,9 +19,9 @@
<div class="row justify-content-around">
<div class="col h-100">
<div class="d-md-flex justify-content-between mt-4 ml-1">
<div class="justify-content-between">
<div>
<h5>{% if sub %}<a href="/h/{{sub.name}}">/h/{{sub.name}}</a> {% endif %}Moderation Log</h5>
<h5 class="font-weight-bolder text-center pt-2 pb-3">{% if sub %}<a href="/h/{{sub.name}}">/h/{{sub.name}}</a> {% endif %}<span>Moderation Log</span></h5>
</div>
</div>

View File

@ -3,7 +3,7 @@
<div class="col">
<div class="flex-row box-shadow-bottom d-flex justify-content-center justify-content-md-between align-items-center">
<ul class="nav settings-nav" id="profile-content--nav">
<li class="nav-item mr-1">
<li class="nav-item">
<a class="nav-link{% if path == '' %} active{% endif %}" href="/@{{u.username}}">Wall</a>
</li>
<li class="nav-item">