add speed-carot to reports when possible

master
Aevann 2023-07-25 21:06:26 +03:00
parent e0a593ceea
commit 41eb15bea7
3 changed files with 3 additions and 3 deletions

View File

@ -6631,7 +6631,7 @@ g {
border-radius: 4px;
border: 1px solid rgba(255, 255, 255, 0.3);
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
z-index:999;
z-index: 1000000001;
}
#speed-carot-modal .speed-modal-option

View File

@ -771,7 +771,7 @@
<div class="modal-body">
<h6>We're sorry something here is wrong.</h6>
<small class="form-text text-muted mb-1">Please enter a reason for reporting below.</small>
<input autocomplete="off" maxlength="100" id="reason_comment" class="form-control">
<input autocomplete="off" maxlength="100" id="reason_comment" class="allow-emojis form-control">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-link text-muted" data-bs-dismiss="modal">Cancel</button>

View File

@ -10,7 +10,7 @@
<div class="modal-body">
<h6>We're sorry something here is wrong.</h6>
<small class="form-text text-muted">Please enter a reason for reporting below.</small>
<input autocomplete="off" maxlength="100" id="reason_post" class="form-control b2 mt-1">
<input autocomplete="off" maxlength="100" id="reason_post" class="allow-emojis form-control b2 mt-1">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-link text-muted" data-bs-dismiss="modal">Cancel</button>