mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-01-30 08:04:50 +01:00
Added styling for textarea in fullbrutalism, to fix mobile issue
This commit is contained in:
parent
f2b7670f49
commit
b72c49e693
@ -272,3 +272,8 @@ label
|
||||
{
|
||||
margin-bottom: 1ex;
|
||||
}
|
||||
|
||||
.textarea
|
||||
{
|
||||
max-width: 100%;
|
||||
}
|
||||
|
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user