diff --git a/changedetectionio/static/styles/scss/parts/_browser-steps.scss b/changedetectionio/static/styles/scss/parts/_browser-steps.scss index d43720cc4..4d64ce38c 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 c3e5620d2..709ab6368 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 {