diff --git a/app/views/note/note-dev.html b/app/views/note/note-dev.html index 8c7310f..fd1a152 100644 --- a/app/views/note/note-dev.html +++ b/app/views/note/note-dev.html @@ -161,7 +161,7 @@ function log(o) { </li> <li role="presentation" class="divider my-link writing-mobile-hide"></li> - <li role="presentation" class="my-link toggle-editor-mode" > + <li role="presentation" class="my-link toggle-editor-mode writing-mobile-hide" > <a href="#writing"><i class="fa fa-rocket"></i> {{msg . "writingMode"}}</a> </li> diff --git a/app/views/note/note.html b/app/views/note/note.html index bb13949..fc12cfa 100644 --- a/app/views/note/note.html +++ b/app/views/note/note.html @@ -161,7 +161,7 @@ function log(o) { </li> <li role="presentation" class="divider my-link writing-mobile-hide"></li> - <li role="presentation" class="my-link toggle-editor-mode" > + <li role="presentation" class="my-link toggle-editor-mode writing-mobile-hide" > <a href="#writing"><i class="fa fa-rocket"></i> {{msg . "writingMode"}}</a> </li>