1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-10-15 19:42:08 +00:00

Empty space on the top bar used for more add url toggle clickable target

This commit is contained in:
Simounet 2023-06-14 21:44:12 +02:00
parent 1de361859b
commit fcb880fbd1
No known key found for this signature in database
GPG key ID: 77D3B7DC794EB770
4 changed files with 14 additions and 4 deletions

View file

@ -83,8 +83,8 @@
</h1>
</div>
<ul class="input-field nav-panel-buttom">
<li class="bold">
<a class="waves-effect tooltipped" data-position="bottom" data-delay="50" data-tooltip="{{ 'menu.top.add_new_entry'|trans }}" href="{{ path('new') }}" id="nav-btn-add">
<li class="bold toggle-add-url-container">
<a class="waves-effect tooltipped toggle-add-url" data-position="bottom" data-delay="50" data-tooltip="{{ 'menu.top.add_new_entry'|trans }}" href="{{ path('new') }}" id="nav-btn-add">
<i class="material-icons">add</i>
</a>
</li>