We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c06030 commit 3f6d678Copy full SHA for 3f6d678
src/pages/apps/CozyAppPage.js
@@ -313,6 +313,7 @@ const CozyAppPage = () => {
313
</div>
314
315
{/* Content Area */}
316
+ {/*<div className="w-[830px] h-[800px] relative bg-gray-800 rounded-2xl overflow-hidden shadow-2xl border border-gray-700">*/}
317
<div className="flex-grow h-[80vh] relative bg-gray-800 rounded-2xl overflow-hidden shadow-2xl border border-gray-700">
318
{mode !== 'breathe' && (
319
<div className="absolute inset-0 flex flex-col items-center justify-end pb-10">
0 commit comments