forked from wallabag/wallabag
Empty space on the top bar used for more add url toggle clickable target
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user