Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ figma.ui.onmessage = msg => {
pause = true;
break;
case 'helpon':
figma.ui.resize(220, 200);
figma.ui.resize(220, 220);
break;
case 'helpoff':
figma.ui.resize(220, 50);
Expand Down
2 changes: 1 addition & 1 deletion code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ figma.ui.onmessage = msg => {
break;

case 'helpon':
figma.ui.resize(220, 200);
figma.ui.resize(220, 220);
break;

case 'helpoff':
Expand Down
5 changes: 4 additions & 1 deletion ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
<div id="helptext" hidden> <br /> <br />
Type the time you want to count down in Timer: HH:MM:SS format (e.g. Timer: 5:00) in any text field, then press 'Start'.
You can also use HH:MM:SS format (e.g. 5:00). In this case you need to select the text layer before pressing 'Start'.
</div>
<br />
<br />
<a href="https://www.figma.com/community/file/824677652393376493" target="_blank">Download timer template</a> <div> from the Figma community.</div>
</b>

</html>
<script>
Expand Down