Moving blockly toolbox button margins to target.
This commit is contained in:
parent
485a42758c
commit
2ae21efb7b
@ -115,6 +115,11 @@
|
|||||||
.organization {
|
.organization {
|
||||||
top: auto;
|
top: auto;
|
||||||
}
|
}
|
||||||
|
/* Blockly Toolbox buttons */
|
||||||
|
#blocklyToolboxButtons {
|
||||||
|
margin-right: 0.5rem;
|
||||||
|
margin-left: 0.5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Small Monitor */
|
/* Small Monitor */
|
||||||
@ -122,6 +127,11 @@
|
|||||||
.organization {
|
.organization {
|
||||||
top: auto;
|
top: auto;
|
||||||
}
|
}
|
||||||
|
/* Blockly Toolbox buttons */
|
||||||
|
#blocklyToolboxButtons {
|
||||||
|
margin-right: 1rem;
|
||||||
|
margin-left: 1rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Large Monitor */
|
/* Large Monitor */
|
||||||
@ -130,4 +140,9 @@
|
|||||||
width: 230px;
|
width: 230px;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
}
|
}
|
||||||
|
/* Blockly Toolbox buttons */
|
||||||
|
#blocklyToolboxButtons {
|
||||||
|
margin-right: 2rem;
|
||||||
|
margin-left: 2rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user