Skip to content

Commit

Permalink
UI - BrowserSteps - Browser Steps interface screen should resize rela…
Browse files Browse the repository at this point in the history
…tive to the browser
  • Loading branch information
dgtlmoon committed Oct 2, 2023
1 parent b6060ac commit 700729a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#browser-steps .flex-wrapper {
display: flex;
flex-flow: row;
height: 600px; /*@todo make this dynamic */
height: 70vh;
}

/* this is duplicate :( */
Expand Down
3 changes: 1 addition & 2 deletions changedetectionio/static/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 700729a

Please sign in to comment.