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

pull/1831/head
dgtlmoon 2023-10-02 18:06:25 +02:00
rodzic b6060ac90c
commit 700729a332
2 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

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

Wyświetl plik

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