fix some apps' components default sizing

This commit is contained in:
Ruben Fiszel
2023-01-04 20:05:55 +01:00
parent 37a8789741
commit 7aa4751531
@@ -23,7 +23,7 @@
// Dimensions key formula: <mobile width>:<mobile height>-<desktop width>:<desktop height>
const dimensions: Record<`${number}:${number}-${number}:${number}`, AppComponent['type'][]> = {
'1:1-3:1': ['textcomponent'],
'1:1-1:1': ['buttoncomponent', 'checkboxcomponent'],
'1:1-2:1': ['buttoncomponent', 'checkboxcomponent'],
'1:2-1:2': ['htmlcomponent'],
'2:1-3:1': [
'textinputcomponent',