1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-17 17:08:37 +00:00

Improved side menu, reduced the font size on small screens, fixed a form to add links on small screens

This commit is contained in:
Alexandr Danilov 2016-10-15 11:17:55 +03:00 committed by Nicolas Lœuillet
parent 7131f94274
commit 38dc91be8e
10 changed files with 55 additions and 35 deletions

View file

@ -5,11 +5,11 @@
<div class="card-content">
{% if error %}
<span class="black-text">{{ error.message }}</span>
<script>Materialize.toast('{{ error.message }}', 4000)</script>
{% endif %}
{% for flashMessage in app.session.flashbag.get('notice') %}
<span class="black-text"><p>{{ flashMessage }}</p></span>
<script>Materialize.toast('{{ flashMessage }}')</script>
{% endfor %}
<div class="row">
@ -41,7 +41,7 @@
<i class="material-icons right">send</i>
</button>
</div>
<div class="row center">
<div class="card-action center">
<a href="{{ path('fos_user_resetting_request') }}">{{ 'security.login.forgot_password'|trans }}</a>
</div>
</form>