Merge pull request #276 from pybricks/dlech

style tweaks
This commit is contained in:
David Lechner
2021-01-26 22:00:54 -06:00
committed by GitHub
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -15,6 +15,12 @@
background-color: $pt-app-background-color;
}
// higher contrast
.ace-tomorrow-night-eighties .ace_print-margin {
background: $dark-gray4;
}
// add "BETA" watermark
.pb-beta .ace_scroller::after {
+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;