Skip to content

Commit 966629d

Browse files
andreasjacobsen93Henni
authored andcommitted
Fixed weird fullscreen-button size (#104)
* Added class to button * Update notes.css
1 parent e351092 commit 966629d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

css/notes.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@
144144
transition: none !important;
145145
-webkit-transition: none !important;
146146
}
147+
.btn-fullscreen {
148+
padding: 15px;
149+
}
147150

148151

149152
/* markdown styling */

templates/note.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<div class="note-meta">
33
<span class="note-word-count" ng-if="note.content.length > 0">{{note.content | wordCount}}</span>
44
<span class="note-meta-right">
5-
<button class="icon-fullscreen has-tooltip" notes-tooltip ng-click="toggleDistractionFree()"></button>
5+
<button class="icon-fullscreen has-tooltip btn-fullscreen" notes-tooltip ng-click="toggleDistractionFree()"></button>
66
</span>
77
</div>

0 commit comments

Comments
 (0)