Minor UI changes to the mobile view and accompanying changes for pxt/#2558 PR (#467)
This commit is contained in:
parent
39071b5626
commit
3ede79fd7d
@ -125,6 +125,12 @@ span.blocklyTreeLabel {
|
|||||||
padding-top: 0.25rem;
|
padding-top: 0.25rem;
|
||||||
height: 2.4rem;
|
height: 2.4rem;
|
||||||
}
|
}
|
||||||
|
.blocklyToolboxDiv, .monacoToolboxDiv {
|
||||||
|
border-left: 0 !important;
|
||||||
|
}
|
||||||
|
div.blocklyTreeRoot {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tablet */
|
/* Tablet */
|
||||||
@ -132,6 +138,12 @@ span.blocklyTreeLabel {
|
|||||||
#filelist {
|
#filelist {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
|
.blocklyToolboxDiv, .monacoToolboxDiv {
|
||||||
|
border-left: 0 !important;
|
||||||
|
}
|
||||||
|
div.blocklyTreeRoot {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Small Monitor */
|
/* Small Monitor */
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
/* Modules */
|
/* Modules */
|
||||||
@accordion : 'default';
|
@accordion : 'default';
|
||||||
@checkbox : 'default';
|
@checkbox : 'default';
|
||||||
@dimmer : 'default';
|
@dimmer : 'pxt';
|
||||||
@dropdown : 'default';
|
@dropdown : 'default';
|
||||||
@embed : 'default';
|
@embed : 'default';
|
||||||
@modal : 'pxt';
|
@modal : 'pxt';
|
||||||
@ -66,7 +66,7 @@
|
|||||||
|
|
||||||
/* Views */
|
/* Views */
|
||||||
@ad : 'default';
|
@ad : 'default';
|
||||||
@card : 'default';
|
@card : 'pxt';
|
||||||
@comment : 'default';
|
@comment : 'default';
|
||||||
@feed : 'default';
|
@feed : 'default';
|
||||||
@item : 'default';
|
@item : 'default';
|
||||||
|
Loading…
Reference in New Issue
Block a user