mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 13:09:00 +00:00
(control) Adjust the margins of the headings to be consistent
This commit is contained in:
parent
de3a350afe
commit
56d832d661
@ -7,7 +7,7 @@
|
||||
<body>
|
||||
{{> control/partials/nav}}
|
||||
<div class="container">
|
||||
<h1 class="my-5">API Keys</h1>
|
||||
<h1 class="my-3">API Keys</h1>
|
||||
<table id="apikeys" class="table table-rh-2">
|
||||
<tr>
|
||||
<th colspan="3">Key</th>
|
||||
|
@ -7,7 +7,7 @@
|
||||
<body>
|
||||
{{> control/partials/nav}}
|
||||
<div class="container">
|
||||
<h1 class="my-5">Blacklist</h1>
|
||||
<h1 class="my-3">Blacklist</h1>
|
||||
|
||||
<p>
|
||||
The blacklist is a list of sanctioned domains that will not be
|
||||
|
@ -7,7 +7,7 @@
|
||||
<body>
|
||||
{{> control/partials/nav}}
|
||||
<div class="container">
|
||||
<h1 class="my-5">Domain Complaints</h1>
|
||||
<h1 class="my-3">Domain Complaints</h1>
|
||||
{{#unless complaintsNew}}
|
||||
<p>No new complaints!</p>
|
||||
{{/unless}}
|
||||
|
@ -7,7 +7,7 @@
|
||||
<body>
|
||||
{{> control/partials/nav}}
|
||||
<div class="container">
|
||||
<h1 class="my-5">Domain Review</h1>
|
||||
<h1 class="my-3">Domain Review</h1>
|
||||
<form method="POST" action="/review-random-domains">
|
||||
<table class="table">
|
||||
<tr>
|
||||
|
@ -8,7 +8,7 @@
|
||||
<body>
|
||||
{{> control/partials/nav}}
|
||||
<div class="container">
|
||||
<h1 class="my-5">Search to Ban</h1>
|
||||
<h1 class="my-3">Search to Ban</h1>
|
||||
<form action="/search-to-ban">
|
||||
<div class="mb-3">
|
||||
<label for="q" class="form-label">Search Query</label><br>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<body>
|
||||
{{> control/partials/nav}}
|
||||
<div class="container">
|
||||
<h1 class="my-5">Overview</h1>
|
||||
<h1 class="my-3">Overview</h1>
|
||||
{{> control/partials/nodes-table }}
|
||||
{{> control/partials/processes-table}}
|
||||
{{> control/partials/services-table }}
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
{{> control/node/partial-node-nav }}
|
||||
|
||||
<h1 class="my-5">Node Configuration</h1>
|
||||
<h1 class="my-3">Node Configuration</h1>
|
||||
|
||||
<div class="m-4 p-4 border">
|
||||
<h2>Settings</h2>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<h1 class="my-5">Events</h1>
|
||||
<h1 class="my-3">Events</h1>
|
||||
|
||||
<table id="events" class="table">
|
||||
<tr>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<h1 class="my-5">Message Queue</h1>
|
||||
<h1 class="my-3">Message Queue</h1>
|
||||
|
||||
<table id="queue" class="table table-rh-2">
|
||||
<thead>
|
||||
|
@ -10,7 +10,7 @@
|
||||
<body>
|
||||
{{> control/partials/nav}}
|
||||
<div class="container">
|
||||
<h1 class="my-5">{{message}}</h1>
|
||||
<h1 class="my-3">{{message}}</h1>
|
||||
<a href="{{redirectUrl}}">Click here if it doesn't work</a>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -7,7 +7,7 @@
|
||||
<body>
|
||||
{{> control/partials/nav}}
|
||||
<div class="container">
|
||||
<h1 class="my-5">Data Sets</h1>
|
||||
<h1 class="my-3">Data Sets</h1>
|
||||
<form method="POST">
|
||||
<div class="mb-3">
|
||||
<label for="blogs-input" class="form-label">Blogs</label>
|
||||
|
Loading…
Reference in New Issue
Block a user