Added styling for textarea in fullbrutalism, to fix mobile issue

This commit is contained in:
Jason McBrayer 2018-06-22 07:53:25 -04:00
parent f2b7670f49
commit b72c49e693
2 changed files with 8 additions and 1 deletions

View File

@ -272,3 +272,8 @@ label
{
margin-bottom: 1ex;
}
.textarea
{
max-width: 100%;
}

View File

@ -7,7 +7,9 @@ Brutaldon - {{ timeline_name }} timelime
{% endblock %}
{% block page_scripts %}
<script src="{% static 'js/mousetrap.min.js' %}" type="application/javascript"></script>
{% if not fullbrutalism %}
<script src="{% static 'js/mousetrap.min.js' %}" type="application/javascript"></script>
{% endif %}
{% endblock %}
{% block content %}