forked from MarseyWorld/MarseyWorld
add speed-carot to reports when possible
parent
e0a593ceea
commit
41eb15bea7
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue