File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 let configuring = $state (true );
1111 </script >
1212
13- <div class =" min-h-dvh grid lg:grid-cols-2 p-6 gap-6 bg-base-100" >
13+ <div class =" min-h-dvh grid lg:grid-cols-2 lg: p-6 gap-6 bg-base-100" >
1414 <div class:hidden ={configuring }
15- class =" max-w-[calc(100vw---spacing(12))] mb-16 lg:mb-0 lg:block bg-base-200 p-6 rounded-md shadow-sm border-2 border-base-content/20" >
15+ class =" max-w-screen mb-16 lg:mb-0 lg:block bg-base-200 p-4 lg:p-6 lg: rounded-md lg: shadow-sm lg: border-2 lg: border-base-content/20" >
1616 <CodeDisplay codeBuilder ={xmlBuilder } {controlHub } {expansionHub }/>
1717 </div >
1818 <div class:hidden ={! configuring }
19- class =" lg:block bg-base-200 mb-16 lg:mb-0 rounded-md shadow-sm border-2 border-base-content/20 p-6" >
19+ class =" lg:block bg-base-200 mb-16 lg:mb-0 lg: rounded-md lg: shadow-sm lg: border-2 lg: border-base-content/20 p-4 lg: p-6" >
2020 <div class =" tabs tabs-lift h-[calc(100%---spacing(10))]" >
2121 <Hub name ="Control Hub" bind:module ={controlHub } checked ={true }/>
2222 <Hub name ="Expansion Hub" bind:module ={expansionHub }/>
You can’t perform that action at this time.
0 commit comments