Problem/Motivation: Unwanted extra space between user icon and user name on header section
Steps to reproduce: Install the gin theme and set it as an administrator theme. The issue can be found on the header region
Proposed resolution: Remove the CSS : #toolbar-item-user {
min-width: 95px;
}
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | after.png | 8.37 KB | bunty oberoi |
| #6 | patch-applied-successfully.png | 33.19 KB | bunty oberoi |
| #6 | before.png | 8.49 KB | bunty oberoi |
| #4 | after-patch.png | 39.43 KB | lokeshsahu |
| #4 | before-patch.png | 41.04 KB | lokeshsahu |
Comments
Comment #2
prabuela commentedComment #3
prabuela commentedComment #4
lokeshsahu commentedI have created a patch for the issue mentioned above. Please review.
Attaching after/before patch screenshot for reference
Comment #5
prabuela commentedComment #6
bunty oberoiHi lokeshsahu,
Verified and tested Patch Comment #4 on Drupal Version 10.1.0-dev PHP Version 8.1.16
Testing Steps:-
1. Install Drupal 10.1.0 version.
2. git clone --branch '8.x-3.x' https://git.drupalcode.org/project/gin.git
2. Applied Patch #4 /projects/drupal/themes/contrib/gin
3. Checked the changes difference using git diff
4. Installed theme and set it as default.
Testing result:
Patch Comment #4 fixed the issue
Here I have attached the before and after apply patch screenshots.
Moved the issue to RTBC ++
Comment #8
saschaeggiThanks!