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

This commit is contained in:
dgtlmoon
2023-10-02 18:06:25 +02:00
parent b6060ac90c
commit 700729a332
2 changed files with 2 additions and 3 deletions
@@ -44,7 +44,7 @@
#browser-steps .flex-wrapper {
display: flex;
flex-flow: row;
height: 600px; /*@todo make this dynamic */
height: 70vh;
}
/* this is duplicate :( */
+1 -2
View File
@@ -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 {