diff options
| author | Hunternif <hunternif@gmail.com> | 2019-04-09 00:17:21 +0700 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2019-04-09 00:19:23 +0700 |
| commit | 0d78381cf15f2ad3de8a615a3d385d03f3fa9366 (patch) | |
| tree | abf63a6b5258e5e922c34b21075193d777d11925 | |
| parent | 035ce19788626c007619c004ef3b702f70ac262e (diff) | |
Fix alignment on random button
| -rw-r--r-- | client/html/posts_header.tpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/html/posts_header.tpl b/client/html/posts_header.tpl index 61f03c7..69a0791 100644 --- a/client/html/posts_header.tpl +++ b/client/html/posts_header.tpl @@ -4,8 +4,9 @@ %><wbr/><% %><input class='mousetrap' type='submit' value='Search'/><% %><wbr/><% - %><button id="random-button" style="padding:0.2em; margin-right:0.25em; margin-bottom:0.25em;"><i class="fa fa-random"></button><% - %><wbr/><% + %><button id="random-button" style="padding:0.2em; margin-right:0.25em; margin-bottom:0.25em;"><% + %><i class="fa fa-random" style="vertical-align: middle"><% + %></button><% %><% if (ctx.enableSafety) { %><% %><input data-safety=safe type='button' class='mousetrap safety safety-safe <%- ctx.settings.listPosts.safe ? '' : 'disabled' %>'/><% %><input data-safety=sketchy type='button' class='mousetrap safety safety-sketchy <%- ctx.settings.listPosts.sketchy ? '' : 'disabled' %>'/><% |