mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-31 12:23:48 +01:00
Minimize post form width change on options toggle
Added linebreaks before the hints in the Options row
This commit is contained in:
parent
a97b08db42
commit
13ca4b6a77
@ -154,17 +154,23 @@
|
|||||||
<td>
|
<td>
|
||||||
<div class="no-bump-option">
|
<div class="no-bump-option">
|
||||||
<label><input title="No bump" id="no-bump" name="no-bump" type="checkbox">
|
<label><input title="No bump" id="no-bump" name="no-bump" type="checkbox">
|
||||||
{% trans %}Do not bump{% endtrans %} <span class="unimportant hint">{% trans %}(you can also write sage in the email field){% endtrans %}</span></label>
|
{% trans %}Do not bump{% endtrans %}
|
||||||
|
<br/>
|
||||||
|
<span class="unimportant hint">{% trans %}(you can also write sage in the email field){% endtrans %}</span></label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if config.spoiler_images %}<div class="spoiler-images-option">
|
{% if config.spoiler_images %}<div class="spoiler-images-option">
|
||||||
<label><input title="Spoiler images" id="spoiler" name="spoiler" type="checkbox">
|
<label><input title="Spoiler images" id="spoiler" name="spoiler" type="checkbox">
|
||||||
{% trans %}Spoiler images{% endtrans %} <span class="unimportant hint">{% trans %}(this replaces the thumbnails of your images with question marks){% endtrans %}</label>
|
{% trans %}Spoiler images{% endtrans %}
|
||||||
|
<br/>
|
||||||
|
<span class="unimportant hint">{% trans %}(this replaces the thumbnails of your images with question marks){% endtrans %}</label>
|
||||||
</div>{% endif %}
|
</div>{% endif %}
|
||||||
|
|
||||||
{% if config.allow_no_country and config.country_flags %}<div class="no-country-option">
|
{% if config.allow_no_country and config.country_flags %}<div class="no-country-option">
|
||||||
<label><input title="No country flag" id="no_country" name="no_country" type="checkbox">
|
<label><input title="No country flag" id="no_country" name="no_country" type="checkbox">
|
||||||
{% trans %}Hide country{% endtrans %} <span class="unimportant hint">{% trans %}(this board displays your country when you post if this is unchecked){% endtrans %}</span></label>
|
{% trans %}Hide country{% endtrans %}
|
||||||
|
<br/>
|
||||||
|
<span class="unimportant hint">{% trans %}(this board displays your country when you post if this is unchecked){% endtrans %}</span></label>
|
||||||
</div>{% endif %}
|
</div>{% endif %}
|
||||||
|
|
||||||
{% if mod %}
|
{% if mod %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user