Project
ide
Description
The mini activity bar and the auxiliary header both show the current view’s icon, but the rail hard-codes size={20} while the header uses size={14}. The same glyph is ~43% larger in one region than the other, with no shared constant or documented scale.
Error Message
Debug Logs
System Information
OS: Ubuntu
Context: Bounty Challenge v1.1.0
Screenshots
Steps to Reproduce
Open the auxiliary sidebar and select a view that has an icon.
Compare the icon in the vertical activity strip with the icon beside the header title.
Expected Behavior
Consistent size (or an intentional, documented ratio) for the same view icon.
Actual Behavior
20px in the activity bar vs 14px in the header.
Additional Context
No response