aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorSimounet <contact@simounet.net>2020-01-19 17:49:54 +0100
committerSimounet <contact@simounet.net>2020-01-21 14:06:08 +0100
commitdc23bf9f29b2cff5c27ee8d2d251f435d00e6652 (patch)
tree0da66ea37e4eb54741aab6f5b1dbf5fa9966fa28 /src
parentcfd77d1c2abca28c346af4697fb92db98a42f40a (diff)
downloadwallabag-dc23bf9f29b2cff5c27ee8d2d251f435d00e6652.tar.gz
wallabag-dc23bf9f29b2cff5c27ee8d2d251f435d00e6652.tar.zst
wallabag-dc23bf9f29b2cff5c27ee8d2d251f435d00e6652.zip
Entry action buttons displayed on page end reached
Diffstat (limited to 'src')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
index 8cbed436..70932f21 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
@@ -280,7 +280,7 @@
280 {{ entry.content | raw }} 280 {{ entry.content | raw }}
281 </article> 281 </article>
282 282
283 <div class="fixed-action-btn horizontal click-to-toggle hide-on-large-only"> 283 <div class="fixed-action-btn js-fixed-action-btn horizontal click-to-toggle hide-on-large-only">
284 <a class="btn-floating btn-large" data-toggle="actions"> 284 <a class="btn-floating btn-large" data-toggle="actions">
285 <i class="material-icons">menu</i> 285 <i class="material-icons">menu</i>
286 </a> 286 </a>