File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ export default function Page() {
88
88
89
89
< Header monaco = { monacoRef . current } />
90
90
91
- < main className = "h-full w -full" >
91
+ < main className = "size -full" >
92
92
< DiffEditor
93
93
options = { {
94
94
originalEditable : true ,
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ import logoGithub from "@iconify/icons-carbon/logo-github";
3
3
4
4
function GitHubInfo ( ) {
5
5
return (
6
- < div className = "ml-8 flex h-[18px] w -[18px] justify-center" >
6
+ < div className = "ml-8 flex size -[18px] justify-center" >
7
7
< a
8
8
href = "https://github.com/Debbl/code-diff"
9
9
target = "_blank"
10
10
rel = "noreferrer"
11
11
>
12
- < Icon icon = { logoGithub } className = "h-[18px] w -[18px]" />
12
+ < Icon icon = { logoGithub } className = "size -[18px]" />
13
13
</ a >
14
14
</ div >
15
15
) ;
Original file line number Diff line number Diff line change @@ -102,10 +102,10 @@ const Header = ({ monaco }: IProps) => {
102
102
} ) ;
103
103
} }
104
104
>
105
- < Icon className = "h-[18px] w -[18px] cursor-pointer" icon = { closeFilled } />
105
+ < Icon className = "size -[18px] cursor-pointer" icon = { closeFilled } />
106
106
</ div >
107
107
108
- < GitHubInfo className = "ml-8 flex h-[18px] w -[18px] justify-center" />
108
+ < GitHubInfo className = "ml-8 flex size -[18px] justify-center" />
109
109
</ header >
110
110
) ;
111
111
} ;
You can’t perform that action at this time.
0 commit comments