make repost warning more noticable

master
Aevann 2023-07-01 00:34:15 +03:00
parent e315ca0f65
commit 36bb237216
2 changed files with 5 additions and 1 deletions

View File

@ -7529,3 +7529,7 @@ bdi {
.breakable {
white-space: normal;
}
#system {
font-size: 16px;
}

View File

@ -35,7 +35,7 @@
<div id="urlblock">
<label for="URL" class="mt-3">URL</label>
<input autocomplete="off" class="form-control" id="post-url" name="url" type="url" placeholder="Optional if you have text." value="{{request.values.get('url','')}}" required data-nonce="{{g.nonce}}" data-oninput="checkForRequired();hide_image();savetext();checkRepost();autoSuggestTitle()">
<small id="system" class="form-text text-danger"></small>
<h5 id="system" class="mt-2 form-text font-weight-bold text-danger"></h5>
</div>
<div id="image-upload-block">
<div><label class="mt-3">Attachment Upload</label></div>