fd
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<h3 id="mod-action-title">{{ t('mod.confirm_action') }}</h3>
|
||||
<div id="mod-action-content"></div>
|
||||
<textarea id="mod-reason" class="mod-reason" placeholder="{{ t('mod.reason_placeholder') }}"></textarea>
|
||||
<input type="text" id="mod-reason-input" class="mod-reason" placeholder="" style="display:none; resize:none;">
|
||||
<div id="mod-action-error" class="error-msg"></div>
|
||||
<div class="modal-actions">
|
||||
<button id="mod-action-confirm" class="btn-danger">{{ t('mod.confirm') }}</button>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
@if(custom_brand_image)
|
||||
<img id="navbar-logo" src="{{ custom_brand_image }}" alt="{{ domain }}" style="max-height: 40px; vertical-align: middle; max-width: 180px; width: initial;">
|
||||
@else
|
||||
<span class="f0ck">{{ domain }}</span>
|
||||
<span class="f0ck">{{ domain.split('.')[0] }}</span>
|
||||
@endif
|
||||
</a>
|
||||
|
||||
@@ -166,7 +166,7 @@
|
||||
@if(custom_brand_image)
|
||||
<img id="navbar-logo" src="{{ custom_brand_image }}" alt="{{ domain }}" style="max-height: 40px; vertical-align: middle; max-width: 180px; width: auto;">
|
||||
@else
|
||||
<span class="f0ck">{{ domain }}</span>
|
||||
<span class="f0ck">{{ domain.split('.')[0] }}</span>
|
||||
@endif
|
||||
</a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user