From 0a99285d204adbd55bce4a9ac6829ad2d2d9f48a Mon Sep 17 00:00:00 2001 From: Ryan Conaway Date: Mon, 13 Feb 2023 17:38:45 -0500 Subject: [PATCH 1/3] Changes root css to fit smaller windows. Matching Andi app --- src/index.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index 3d2a0d2..cb188f6 100644 --- a/src/index.css +++ b/src/index.css @@ -23,6 +23,8 @@ body { min-height: 100%; margin: 0; width: 100%; - display: grid; - grid-template-rows: auto 1fr auto; + height: 100vh; + display: flex; + flex-direction: column; + } \ No newline at end of file From 42d925a14dbaf95d797abf234fe1073842ff93e7 Mon Sep 17 00:00:00 2001 From: Ryan Conaway Date: Mon, 13 Feb 2023 17:44:24 -0500 Subject: [PATCH 2/3] bump version --- package.json | 2 +- src/index.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index d2ee201..a1df1b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discovery_ui", - "version": "2.1.14", + "version": "2.1.15", "description": "UI for dataset discovery", "main": "./src/index.js", "repository": { diff --git a/src/index.css b/src/index.css index cb188f6..f3f0c02 100644 --- a/src/index.css +++ b/src/index.css @@ -26,5 +26,4 @@ body { height: 100vh; display: flex; flex-direction: column; - } \ No newline at end of file From f554ecaa7d08527f116822c90e27b3013d2b0a2c Mon Sep 17 00:00:00 2001 From: Ryan Conaway Date: Mon, 13 Feb 2023 17:46:17 -0500 Subject: [PATCH 3/3] ran npm install --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index f4f1a40..ad455f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "discovery_ui", - "version": "2.1.14", + "version": "2.1.15", "lockfileVersion": 1, "requires": true, "dependencies": {