Problem/Motivation
When using the legacy (classic) toolbar, an unnecessary "padding-block-start" is added to the secondary region.
With the "padding-block-start":

Without:

| Comment | File | Size | Author |
|---|---|---|---|
| #4 | Screenshot 2026-02-10 141756.png | 120.41 KB | yashaswi18 |
| #3 | 3568214-2.patch | 1.22 KB | jsacksick |
| secondary-region-padding-removed.png | 140.28 KB | jsacksick | |
| unnecessary-padding-secondary-region.png | 143.04 KB | jsacksick |
Issue fork gin-3568214
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
jsacksick commentedStatic patch for use with composer.json.
Comment #4
yashaswi18 commentedI applied this MR on Drupal 11.3.3. The unnecessary padding-block-start from the top is now removed as expected.
Steps to reproduce / test:
Comment #8
saschaeggiThanks!