File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
assets/src/dashboard/parts/connected Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,7 @@ const Sidebar = () => {
41
41
} ) ;
42
42
43
43
return (
44
- < div
45
- className = "flex flex-col mt-8 mb-5 p-0 transition-all ease-in-out duration-700 gap-5 basis-3/12"
46
- >
44
+ < div className = "grid md:grid-cols-2 xl:flex xl:flex-col xl:mt-8 xl:mb-5 p-0 transition-all ease-in-out duration-700 gap-5 basis-4/12 2xl:basis-3/12" >
47
45
< div className = "bg-white gap-5 flex flex-col text-gray-700 border-0 rounded-lg shadow-md p-8" >
48
46
< TextControl
49
47
label = { optimoleDashboardApp . strings . logged_in_as }
Original file line number Diff line number Diff line change @@ -144,10 +144,10 @@ const ConnectedLayout = ({
144
144
} , [ canSave ] ) ;
145
145
146
146
return (
147
- < >
148
- < div className = "optml-connected max-w-screen-xl flex flex-col lg :flex-row mx-auto gap-5" >
147
+ < div className = "optml-connected 2xl:max-w-screen-xl max-w-screen px-4 mx-auto" >
148
+ < div className = "flex flex-col xl :flex-row mx-auto gap-5" >
149
149
< div
150
- className = "flex flex-col justify-between mt-8 mb-5 p-0 transition-all ease-in-out duration-700 relative text-gray-700 basis-9/12"
150
+ className = "flex flex-col justify-between mt-8 xl: mb-5 p-0 transition-all ease-in-out duration-700 relative text-gray-700 basis-8/12 2xl: basis-9/12"
151
151
>
152
152
{ 'dashboard' === tab && < Dashboard /> }
153
153
@@ -171,7 +171,7 @@ const ConnectedLayout = ({
171
171
</ div >
172
172
173
173
< CSAT />
174
- </ >
174
+ </ div >
175
175
) ;
176
176
} ;
177
177
You can’t perform that action at this time.
0 commit comments