File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 11<!doctype html>
2- < html lang ="en " class ="color-scheme-auto bg-background font-vazirmatn ">
2+ < html lang ="en " class ="color-scheme-auto bg-background font-vazirmatn gecut-layout ">
33 < head >
44 < meta charset ="UTF-8 " />
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
1010 < script type ="module " src ="../main/global.ts "> </ script >
1111 < script type ="module " src ="./scripts.ts "> </ script >
1212 </ head >
13- < body class =" bg-surface max-w-screen-sm mx-auto px-2 root " > </ body >
13+ < body > </ body >
1414</ html >
Original file line number Diff line number Diff line change @@ -19,13 +19,11 @@ render(
1919 ] ,
2020 title : 'Gecut Top Bar' ,
2121 } ) }
22- < main role ="main ">
23- < div class ="gecut-page scrollable ">
24- ${ map (
25- range ( window . innerHeight / 10 ) ,
26- ( i ) => html `< p class ="text-bodyMedium text-onSurfaceVariant "> Random Content: ${ i } </ p > ` ,
27- ) }
28- </ div >
22+ < main class ="has-top-bar px-4 ">
23+ ${ map (
24+ range ( window . innerHeight / 10 ) ,
25+ ( i ) => html `< p class ="text-bodyMedium text-onSurfaceVariant "> Random Content: ${ i } </ p > ` ,
26+ ) }
2927 </ main >
3028 ` ,
3129 document . body ,
You can’t perform that action at this time.
0 commit comments