better fit of license dialog on small screens

This commit is contained in:
David Lechner
2021-01-26 21:09:45 -06:00
parent cbfab16408
commit 547dff7150
+6
View File
@@ -15,6 +15,12 @@
height: 600px;
}
@media only screen and (max-height: 800px) {
.pb-license-browser {
height: 400px;
}
}
.pb-license-list {
width: 25%;
flex-flow: column;