{% extends "base.html" %} {% block styles %} form { flex: 1; } textarea { height: 100%; width: 100%; background: none; border: none; outline: 0; padding: 0; resize: none; overflow: auto; color: inherit; font-family: inherit; font-size: 1rem; line-height: inherit; } button[type="submit"] { position: absolute; bottom: 1rem; right: 1rem; height: 3rem; width: 3rem; border: none; border-radius: 50%; background: #2196F3; color: white; font-size: 2rem; cursor: pointer; } button[type="submit"].hidden { display: none; } {% endblock styles %} {% block content %}
{% endblock content %}