]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
Fix sort
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / material / Entry / entries.html.twig
index deeb19a366d3902cefd66aae0a024575d36311a5..1654a0e02a1accc5f102a72e9aa16b12893555d8 100644 (file)
     {% endif %}
 
     <!-- Sort -->
-    <div id="sort" class="side-nav fixed right-aligned">
-
+    <div id="sort" class="side-nav right-aligned">
         <h4 class="center">{{ 'entry.sort.title'|trans }}</h4>
 
         <div class="row">
                 </div>
             </div>
         </div>
-
     </div>
 
-    {% include "WallabagCoreBundle:Entry:pager.html.twig" with {'entries': entries} %}
+    {# {% include "WallabagCoreBundle:Entry:pager.html.twig" with {'entries': entries} %} #}
 
 {% endblock %}