fix: bump min popup window width again to 760px #1126

This commit is contained in:
FaberVitale 2022-04-08 19:38:53 +02:00
parent 912d69ae89
commit 86c678ff36

View File

@ -7,7 +7,7 @@ style.
overflow: hidden; overflow: hidden;
height: 100%; height: 100%;
width: 100%; width: 100%;
min-width: 700px; min-width: 760px;
min-height: 400px; min-height: 400px;
margin: 0; margin: 0;
padding: 0; padding: 0;
@ -17,7 +17,7 @@ style.
color: #fff; color: #fff;
} }
#root { #root {
min-width: 700px; min-width: 760px;
height: 100%; height: 100%;
} }
#root > div { #root > div {