Skip to content

Commit b5b95df

Browse files
committed
fix: hide exportNoteData form in history page nav
to avoid overlapping other buttons, affected by #1695 Signed-off-by: Max Wu <jackymaxj@gmail.com>
1 parent c97e224 commit b5b95df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/views/index/body.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<button class="btn btn-sm btn-success ui-signin" data-toggle="modal" data-target=".signin-modal"><%= __('Sign In') %></button>
2020
<% } %>
2121
</div>
22-
<form name="exportNoteData" action="<%- serverURL %>/me/export" method="post">
22+
<form name="exportNoteData" action="<%- serverURL %>/me/export" method="post" style="display: none;">
2323
<input type="hidden" name="_csrf" value="<%- csrfToken %>">
2424
</form>
2525
<div class="ui-signout" style="float: right; margin-top: 8px;<% if(!signin) { %> display: none;<% } %>">

0 commit comments

Comments
 (0)