File tree 3 files changed +16
-4
lines changed
3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
- < meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
6
+ < meta name ="viewport " content ="width=device-width,initial-scale=1.0,user-scalable=no ">
7
7
< meta name =theme-color content =#292d3e >
8
8
< meta name =apple-mobile-web-app-capable content =yes >
9
9
< meta name =apple-mobile-web-app-status-bar-style content =#292d3e >
Original file line number Diff line number Diff line change @@ -47,22 +47,33 @@ export default {
47
47
<style lang="scss" scoped>
48
48
#app {
49
49
height : 100% ;
50
+ width : 100% ;
50
51
display : grid ;
51
52
grid-template-rows : 115px 1fr ;
52
53
}
53
54
#main-content {
54
- min- height : 100% ;
55
+ height : 100% ;
55
56
width : 100% ;
56
57
}
57
58
.inputs {
58
59
display : grid ;
59
60
height : 100% ;
60
- grid-template-rows : 2fr 1fr ;
61
+ width : 100% ;
62
+ grid-template-rows : 1fr ;
61
63
.inputs-footer {
62
64
display : grid ;
63
65
height : 100% ;
64
66
grid-column-gap : 0.5em ;
65
- grid-template-columns : 2fr 1fr ;
67
+ grid-template-columns : 1fr ;
68
+ }
69
+ }
70
+
71
+ @media (min-width : 768px ) {
72
+ .inputs {
73
+ grid-template-rows : 2fr 1fr ;
74
+ .inputs-footer {
75
+ grid-template-columns : 2fr 1fr ;
76
+ }
66
77
}
67
78
}
68
79
</style >
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ html, body {
13
13
}
14
14
15
15
.CodeMirror {
16
+ width : 100% ;
16
17
font-size : 1.6em ;
17
18
line-height : 1.5em ;
18
19
}
You can’t perform that action at this time.
0 commit comments