UI - BrowserSteps - Browser Steps interface screen should resize relative to the browser

pull/1831/head
dgtlmoon 8 months ago
parent b6060ac90c
commit 700729a332

@ -44,7 +44,7 @@
#browser-steps .flex-wrapper {
display: flex;
flex-flow: row;
height: 600px; /*@todo make this dynamic */
height: 70vh;
}
/* this is duplicate :( */

@ -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 {

Loading…
Cancel
Save