forked from rDrama/rDrama
1
0
Fork 0
Aevann 2022-12-27 08:30:33 +02:00
parent 3b8bb2576b
commit 9bf8d7cd9a
2 changed files with 5 additions and 5 deletions

View File

@ -4099,12 +4099,12 @@ ul.comment-section {
width: 100%; width: 100%;
z-index: 1; z-index: 1;
} }
.comment-write .comment-format .format { .format {
padding: 0 0.5rem; padding: 0 0.5rem;
font-size: 1rem; font-size: 1rem;
color: var(--gray-200); color: var(--gray-200);
} }
.comment-write .comment-format .format:hover { .format:hover {
color: var(--black); color: var(--black);
} }
.comment .comment-collapse-icon:hover::before { .comment .comment-collapse-icon:hover::before {

View File

@ -80,10 +80,10 @@
<input type="hidden" name="formkey" value="{{v|formkey}}"> <input type="hidden" name="formkey" value="{{v|formkey}}">
<textarea autocomplete="off" id="{{id}}-text" class="form-control rounded" placeholder="{{placeholder_text}}" rows="3" name="{{form_name}}" form="{{id}}-form" maxlength="{{maxlength}}">{% if contents %}{{contents}}{% endif %}</textarea> <textarea autocomplete="off" id="{{id}}-text" class="form-control rounded" placeholder="{{placeholder_text}}" rows="3" name="{{form_name}}" form="{{id}}-form" maxlength="{{maxlength}}">{% if contents %}{{contents}}{% endif %}</textarea>
{% if show_extras %} {% if show_extras %}
<div class="d-flex"> <div class="d-flex mt-2">
<pre style="padding-top:0.7rem;line-height:1" class="btn btn-secondary format d-inline-block m-0 font-weight-bolder text-uppercase" onclick="getGifs('{{id}}-text')" data-bs-toggle="modal" data-bs-target="#gifModal" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Add GIF">GIF</pre> <pre style="padding-top:0.1rem;line-height:1" class="btn btn-secondary format d-inline-block m-0 font-weight-bolder text-uppercase" onclick="getGifs('{{id}}-text')" data-bs-toggle="modal" data-bs-target="#gifModal" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Add GIF">GIF</pre>
&nbsp; &nbsp;
<pre style="padding-top:0.7rem" class="btn btn-secondary format d-inline-block m-0 fas fa-smile-beam" onclick="loadEmojis('{{id}}-text')" data-bs-toggle="modal" data-bs-target="#emojiModal" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Add Emoji"></pre> <pre style="padding-top:0.1rem" class="btn btn-secondary format d-inline-block m-0 fas fa-smile-beam" onclick="loadEmojis('{{id}}-text')" data-bs-toggle="modal" data-bs-target="#emojiModal" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Add Emoji"></pre>
&nbsp; &nbsp;
{% if show_file_upload %} {% if show_file_upload %}
<label class="btn btn-secondary format d-inline-block m-0"> <label class="btn btn-secondary format d-inline-block m-0">