Skip to content

Commit 1160db3

Browse files
committed
fix: enlarge the dialog size
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 5fdcf43 commit 1160db3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Components/RightSidebar/RequestSignatureTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export default {
190190
return this.filesStore.getFile()?.name ?? ''
191191
},
192192
size() {
193-
return window.matchMedia('(max-width: 512px)').matches ? 'full' : 'small'
193+
return window.matchMedia('(max-width: 512px)').matches ? 'full' : 'normal'
194194
},
195195
},
196196
watch: {

0 commit comments

Comments
 (0)