<category name="Logic" categorystyle="logic_category">
<block type="controls_if" gap="40"></block>
<block type="logic_compare" gap="400"></block>
.... and so on
The gap value determines how much space to put after the block.
Unfortunately there is not an easy way to change only the "Create Variable" button inside the default variable category. If you only want to change the padding then the first change above with changing the margin value would also affect this button. For other styling, if you want to change all the buttons in the toolbox, you can use the `blocklyFlyoutButton` css class.
If you wanted to change a button in any other kind of category that you control yourself (so not the variables and procedures default categories) you can follow the last link and add the `web-class` attribute directly to the button in the toolbox configuration.