Minor UI changes to the mobile view and accompanying changes for pxt/#2558 PR (#467)

This commit is contained in:
Sam El-Husseini
2017-07-28 13:47:45 -07:00
committed by GitHub
parent 39071b5626
commit 3ede79fd7d
2 changed files with 14 additions and 2 deletions

View File

@ -125,6 +125,12 @@ span.blocklyTreeLabel {
padding-top: 0.25rem;
height: 2.4rem;
}
.blocklyToolboxDiv, .monacoToolboxDiv {
border-left: 0 !important;
}
div.blocklyTreeRoot {
padding: 0;
}
}
/* Tablet */
@ -132,6 +138,12 @@ span.blocklyTreeLabel {
#filelist {
background: transparent !important;
}
.blocklyToolboxDiv, .monacoToolboxDiv {
border-left: 0 !important;
}
div.blocklyTreeRoot {
padding: 0;
}
}
/* Small Monitor */