mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
better fit of license dialog on small screens
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user