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