UNPKG

scratch-gui

Version:

GraphicaL User Interface for creating and running Scratch 3.0 projects

16 lines (13 loc) 317 B
@import "../../css/units.css"; .target-pane { /* Makes columns for the sprite library selector + and the stage selector */ display: flex; flex-direction: row; flex-grow: 1; } .stage-selector-wrapper { display: flex; flex-basis: 72px; flex-shrink: 0; margin-left: calc($space / 2); }