We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e351092 commit 966629dCopy full SHA for 966629d
css/notes.css
@@ -144,6 +144,9 @@
144
transition: none !important;
145
-webkit-transition: none !important;
146
}
147
+.btn-fullscreen {
148
+ padding: 15px;
149
+}
150
151
152
/* markdown styling */
templates/note.php
@@ -2,6 +2,6 @@
2
<div class="note-meta">
3
<span class="note-word-count" ng-if="note.content.length > 0">{{note.content | wordCount}}</span>
4
<span class="note-meta-right">
5
- <button class="icon-fullscreen has-tooltip" notes-tooltip ng-click="toggleDistractionFree()"></button>
+ <button class="icon-fullscreen has-tooltip btn-fullscreen" notes-tooltip ng-click="toggleDistractionFree()"></button>
6
</span>
7
</div>
0 commit comments