File tree Expand file tree Collapse file tree 6 files changed +8
-13
lines changed Expand file tree Collapse file tree 6 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<footer
3
- class =" py-4 mt-4 text-center text-gray-800 bg-inherit dark:text-gray-50 min-h-max"
3
+ class =" sticky py-4 mt-4 text-center text-gray-800 top-full bg-inherit dark:text-gray-50 min-h-max"
4
4
>
5
5
Made with &hearts ; using
6
6
<a
Original file line number Diff line number Diff line change 2
2
<div class =" page-root" >
3
3
<Toast />
4
4
<Nuxt />
5
+ <Footer />
5
6
</div >
6
7
</template >
Original file line number Diff line number Diff line change 82
82
</div >
83
83
</div >
84
84
</main >
85
- <Footer />
86
85
</div >
87
86
</template >
88
87
89
88
<script >
90
89
import pako from ' pako'
91
90
import { undoUrlSafeBase64 , escapeHtml } from ' ../helpers/utils'
92
- import Footer from ' ~/components/footer.vue'
93
91
export default {
94
- components: { Footer },
95
92
layout: ' main' ,
96
93
data () {
97
94
return {
Original file line number Diff line number Diff line change 14
14
</section >
15
15
<form class =" flex flex-col w-full gap-4" @submit =" checkForm" >
16
16
<section class =" flex w-full gap-4" >
17
- <div class =" flex flex-col flex-wrap w-1/2 gap-4" >
17
+ <div class =" flex flex-col w-1/2 gap-4" >
18
18
<label for =" lhsLabel" class =" relative" >
19
19
<input
20
20
id =" lhsLabel"
21
21
name =" lhsLabel"
22
22
type =" text"
23
- class =" flex-1 flex-grow-0 w-full bg-transparent rounded-md material-input "
23
+ class =" flex-1 flex-grow-0 w-full bg-transparent rounded-md"
24
24
placeholder =" Add label to this text block"
25
25
/>
26
26
</label >
31
31
class =" flex-1 w-full bg-transparent rounded-md resize-none form-textarea"
32
32
></textarea >
33
33
</div >
34
- <div class =" flex flex-col flex-wrap w-1/2 gap-4" >
34
+ <div class =" flex flex-col w-1/2 gap-4" >
35
35
<input
36
36
id =" rhsLabel"
37
37
name =" rhsLabel"
38
38
type =" text"
39
- class =" flex-1 flex-grow-0 w-full bg-transparent rounded-md material-input "
39
+ class =" flex-1 flex-grow-0 w-full bg-transparent rounded-md"
40
40
placeholder =" Add label to this text block"
41
41
/>
42
42
<textarea
56
56
</div >
57
57
</form >
58
58
</main >
59
- <Footer />
60
59
</div >
61
60
</template >
62
61
Original file line number Diff line number Diff line change 94
94
</div >
95
95
</section >
96
96
</main >
97
- <Footer />
98
97
</div >
99
98
</template >
100
99
101
100
<script >
102
101
import pako from ' pako'
103
102
import { undoUrlSafeBase64 , escapeHtml } from ' ../../helpers/utils'
104
- import Footer from ' ~/components/footer.vue'
105
103
export default {
106
- components: { Footer },
107
104
layout: ' main' ,
108
105
data () {
109
106
return {
Original file line number Diff line number Diff line change @@ -26,11 +26,12 @@ body {
26
26
27
27
.page-root {
28
28
@apply flow-root w-full ;
29
+ min-height : 100vh ;
29
30
}
30
31
31
32
.page-contents {
32
33
@apply grid ;
33
- grid-template-rows : 70px 1fr 70 px ;
34
+ grid-template-rows : 70px 1fr ;
34
35
}
35
36
36
37
main {
You can’t perform that action at this time.
0 commit comments