Skip to content

Commit caad014

Browse files
committed
feat: change settings popup size
1 parent 2e2a9c7 commit caad014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ t = TrelloPowerUp.initialize({
109109
let settingsPage = (t) => t.popup({
110110
title: 'Habitica settings',
111111
url: './settings.html',
112-
height: 240,
112+
height: 250,
113113
})
114114

115115
let loginPage = (t) => t.popup({

0 commit comments

Comments
 (0)