mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Widen the category menu area to accomodate more langs
increasing the category width to 72 allows most of the current languages to fit. This part is in SVG rendering, so it’s not easy to change with multiple styles. The width is calculated and set explicitly on the element.
This commit is contained in:
parent
32abb594f6
commit
de63c04eeb
2 changed files with 3 additions and 3 deletions
|
@ -1266,7 +1266,7 @@ Blockly.Css.CONTENT = [
|
|||
'}',
|
||||
|
||||
'.scratchCategoryMenu {',
|
||||
'width: 52px;',
|
||||
'width: 72px;',
|
||||
'background: $colour_toolbox;',
|
||||
'color: $colour_toolboxText;',
|
||||
'font-size: .7rem;',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue