File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
class =" fixed top-0 left-0 right-0 text-gray-800 shadow-lg dark:shadow-dark bg-gray-50 dark:bg-gray-900 z-100 dark:text-gray-50"
4
4
>
5
5
<div class =" container flex items-center h-full py-4 m-auto" >
6
- <div v-if =" showBackButton" class =" mr-4" >
6
+ <div v-if =" showBackButton" class =" hidden mr-4 md:block " >
7
7
<NuxtLink to =" /" >
8
8
<svg
9
9
class =" w-6 h-6"
Original file line number Diff line number Diff line change 13
13
>
14
14
<span class =" inline-flex justify-center" v-show =" copied" >
15
15
<svg
16
- class =" inline-block w-6 h-6 mr-2 ml-[-4px]"
16
+ class =" inline-block w-6 h-6 ml-[-4px]"
17
17
fill =" none"
18
18
stroke =" currentColor"
19
19
viewBox =" 0 0 24 24"
26
26
d =" M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"
27
27
></path >
28
28
</svg >
29
- <span >Copied</span >
29
+ <span class = " hidden ml-2 md:inline-block " >Copied</span >
30
30
</span >
31
31
<span class =" inline-flex justify-center" v-show =" !copied" >
32
32
<svg
33
- class =" w-6 h-6 mr-2 "
33
+ class =" w-6 h-6"
34
34
fill =" none"
35
35
stroke =" currentColor"
36
36
viewBox =" 0 0 24 24"
43
43
d =" M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1"
44
44
></path >
45
45
</svg >
46
- <span >Copy link</span >
46
+ <span class = " hidden ml-2 md:inline-block " >Copy link</span >
47
47
</span >
48
48
</button >
49
49
</template >
Original file line number Diff line number Diff line change 18
18
id =" rhs"
19
19
class =" flex-1 h-full max-h-full bg-transparent rounded-md resize-none form-textarea"
20
20
></textarea >
21
- <div class =" self-end w-full text-center" >
21
+ <div class =" self-end flex-grow-0 w-full text-center" >
22
22
<button
23
23
class =" inline-flex items-center justify-center w-48 px-4 py-2 transition-transform transform bg-blue-600 rounded-md shadow-lg outline-none text-gray-50 focus:ring-4 active:scale-y-75"
24
24
>
You can’t perform that action at this time.
0 commit comments