diff --git a/cognee-frontend/package-lock.json b/cognee-frontend/package-lock.json index e5f0987cf..ea682a450 100644 --- a/cognee-frontend/package-lock.json +++ b/cognee-frontend/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "classnames": "^2.5.1", "next": "14.2.3", - "ohmy-ui": "^0.0.4", + "ohmy-ui": "^0.0.5", "react": "^18", "react-dom": "^18", "uuid": "^9.0.1" @@ -2892,9 +2892,9 @@ } }, "node_modules/ohmy-ui": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/ohmy-ui/-/ohmy-ui-0.0.4.tgz", - "integrity": "sha512-E4xgoDutgXptXGmtSFnRwMcvpQ1/r6N5Vzua0a4sq8koFzt2FJuhuf/+o4WjABEi3UPvOpaLdy3/jKn9cFG9yg==", + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/ohmy-ui/-/ohmy-ui-0.0.5.tgz", + "integrity": "sha512-o5b3VZ1DbeKu+g0dsIgNskHHu/TbXvF8xLU1eEQVKab7duE+mOcCwhIjbhva4QRtR5gclbM1DKaRronwb26kuA==", "dependencies": { "classnames": "^2.3.2" }, diff --git a/cognee-frontend/package.json b/cognee-frontend/package.json index 5b7576ba5..f1a35136d 100644 --- a/cognee-frontend/package.json +++ b/cognee-frontend/package.json @@ -11,7 +11,7 @@ "dependencies": { "classnames": "^2.5.1", "next": "14.2.3", - "ohmy-ui": "^0.0.4", + "ohmy-ui": "^0.0.5", "react": "^18", "react-dom": "^18", "uuid": "^9.0.1" diff --git a/cognee-frontend/src/app/wizard/ExploreStep/ExploreStep.module.css b/cognee-frontend/src/app/wizard/ExploreStep/ExploreStep.module.css deleted file mode 100644 index 5315caa18..000000000 --- a/cognee-frontend/src/app/wizard/ExploreStep/ExploreStep.module.css +++ /dev/null @@ -1,20 +0,0 @@ - -.explorer { - flex: 1; - min-height: 100%; -} - -.explorerContent { - flex: 1; -} - -.graphExplorer { - width: 65%; - overflow: hidden; - border-radius: var(--border-radius); -} - -.chat { - width: 35%; - display: flex; -} diff --git a/cognee-frontend/src/ui/Partials/SearchView/SearchView.module.css b/cognee-frontend/src/ui/Partials/SearchView/SearchView.module.css index 05ec3fd7d..e3f59084e 100644 --- a/cognee-frontend/src/ui/Partials/SearchView/SearchView.module.css +++ b/cognee-frontend/src/ui/Partials/SearchView/SearchView.module.css @@ -8,15 +8,14 @@ } .messagesContainer { - flex: 1; + flex-basis: 400px; + flex-grow: 1; overflow-y: auto; } .messages { - flex: 1; padding-top: 24px; padding-bottom: 24px; - overflow-y: auto; } .message {