File tree Expand file tree Collapse file tree 4 files changed +14
-13
lines changed Expand file tree Collapse file tree 4 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" w-full h-full " >
2
+ <div class =" page-root " >
3
3
<Toast />
4
4
<Nuxt />
5
5
</div >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" flow-root h-full " >
2
+ <div class =" contents " >
3
3
<Navbar show-back-button =" true" >
4
4
<template v-slot :right >
5
5
<button
48
48
</button >
49
49
</template >
50
50
</Navbar >
51
- <main class = " h-full mt-24 xl:container " >
52
- <div class =" flex gap-4 mt-5 " >
51
+ <main >
52
+ <div class =" flex items-start w-full gap-4 " >
53
53
<div
54
54
class =" relative flex-1 px-4 py-2 overflow-y-auto border-2 rounded-sm max-h-screen--nav line-numbers min-h-80"
55
55
>
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" flow-root h-full page-root " >
2
+ <div class =" contents " >
3
3
<Navbar />
4
- <main class = " flex flex-wrap h-full mt-20 xl:container " >
4
+ <main >
5
5
<h1 class =" w-full mb-2 text-xl text-center" >
6
6
Find difference in any two text blocks and get easy sharable link
7
7
</h1 >
Original file line number Diff line number Diff line change 3
3
body ,
4
4
#__nuxt ,
5
5
#__layout ,
6
+ .page-root ,
6
7
main {
7
- width : 100 % ;
8
+ @ apply h-full ;
8
9
}
9
- html ,
10
- body {
11
- height : 100 % ;
10
+
11
+ .page-root {
12
+ @ apply flow-root w-full ;
12
13
}
13
- #__nuxt ,
14
- #__layout ,
14
+
15
15
main {
16
- height : 100% ;
16
+ @apply flex flex-wrap xl :container;
17
+ margin-top : 5.5rem ;
17
18
}
18
19
19
20
/* custom scrollbar */
You can’t perform that action at this time.
0 commit comments