diff options
author | Simounet <contact@simounet.net> | 2020-01-19 12:50:08 +0100 |
---|---|---|
committer | Simounet <contact@simounet.net> | 2020-01-21 12:00:21 +0100 |
commit | cfd77d1c2abca28c346af4697fb92db98a42f40a (patch) | |
tree | 3506d8fa22da5926b2ca8f3088162aab9caa09de /src | |
parent | 996b2ec17070bb33ce9cd2ec570289565fd66306 (diff) | |
download | wallabag-cfd77d1c2abca28c346af4697fb92db98a42f40a.tar.gz wallabag-cfd77d1c2abca28c346af4697fb92db98a42f40a.tar.zst wallabag-cfd77d1c2abca28c346af4697fb92db98a42f40a.zip |
Sticky nav on entry action button click
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig | 4 |
1 files changed, 2 insertions, 2 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 ecd85a84..8cbed436 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 | |||
@@ -8,7 +8,7 @@ | |||
8 | <div class="progress"> | 8 | <div class="progress"> |
9 | <div class="determinate"></div> | 9 | <div class="determinate"></div> |
10 | </div> | 10 | </div> |
11 | <nav class="hide-on-large-only"> | 11 | <nav class="hide-on-large-only js-entry-nav-top"> |
12 | <div class="nav-panel-item cyan darken-1"> | 12 | <div class="nav-panel-item cyan darken-1"> |
13 | <ul> | 13 | <ul> |
14 | <li> | 14 | <li> |
@@ -281,7 +281,7 @@ | |||
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 horizontal click-to-toggle hide-on-large-only"> |
284 | <a class="btn-floating btn-large"> | 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> |
287 | <ul> | 287 | <ul> |