From 700729a3325fdf454ea399a5f8ff10daaa9a2ea0 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 2 Oct 2023 18:06:25 +0200 Subject: [PATCH] UI - BrowserSteps - Browser Steps interface screen should resize relative to the browser --- changedetectionio/static/styles/scss/parts/_browser-steps.scss | 2 +- changedetectionio/static/styles/styles.css | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/changedetectionio/static/styles/scss/parts/_browser-steps.scss b/changedetectionio/static/styles/scss/parts/_browser-steps.scss index d43720cc416..4d64ce38cfa 100644 --- a/changedetectionio/static/styles/scss/parts/_browser-steps.scss +++ b/changedetectionio/static/styles/scss/parts/_browser-steps.scss @@ -44,7 +44,7 @@ #browser-steps .flex-wrapper { display: flex; flex-flow: row; - height: 600px; /*@todo make this dynamic */ + height: 70vh; } /* this is duplicate :( */ diff --git a/changedetectionio/static/styles/styles.css b/changedetectionio/static/styles/styles.css index c3e5620d285..709ab636884 100644 --- a/changedetectionio/static/styles/styles.css +++ b/changedetectionio/static/styles/styles.css @@ -50,8 +50,7 @@ #browser-steps .flex-wrapper { display: flex; flex-flow: row; - height: 600px; - /*@todo make this dynamic */ } + height: 70vh; } /* this is duplicate :( */ #browsersteps-selector-wrapper {