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 11<template >
2- <div class =" w-full h-full " >
2+ <div class =" page-root " >
33 <Toast />
44 <Nuxt />
55 </div >
Original file line number Diff line number Diff line change 11<template >
2- <div class =" flow-root h-full " >
2+ <div class =" contents " >
33 <Navbar show-back-button =" true" >
44 <template v-slot :right >
55 <button
4848 </button >
4949 </template >
5050 </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 " >
5353 <div
5454 class =" relative flex-1 px-4 py-2 overflow-y-auto border-2 rounded-sm max-h-screen--nav line-numbers min-h-80"
5555 >
Original file line number Diff line number Diff line change 11<template >
2- <div class =" flow-root h-full page-root " >
2+ <div class =" contents " >
33 <Navbar />
4- <main class = " flex flex-wrap h-full mt-20 xl:container " >
4+ <main >
55 <h1 class =" w-full mb-2 text-xl text-center" >
66 Find difference in any two text blocks and get easy sharable link
77 </h1 >
Original file line number Diff line number Diff line change 33body ,
44#__nuxt ,
55#__layout ,
6+ .page-root ,
67main {
7- width : 100 % ;
8+ @ apply h-full ;
89}
9- html ,
10- body {
11- height : 100 % ;
10+
11+ .page-root {
12+ @ apply flow-root w-full ;
1213}
13- #__nuxt ,
14- #__layout ,
14+
1515main {
16- height : 100% ;
16+ @apply flex flex-wrap xl :container;
17+ margin-top : 5.5rem ;
1718}
1819
1920/* custom scrollbar */
You can’t perform that action at this time.
0 commit comments