Problem/Motivation
When the sidebar is collapsed, the logo gets resized:

Steps to reproduce
Collapse and open the sidebar.
Proposed resolution
Fix the logo size
Issue fork navigation-3437695
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 #2
m4oliveiSaw this too today. Will work on it.
Comment #4
m4oliveiThis is ready for review.
Comment #5
finnsky commented@m4olivei thank you for MR! One small revert needed here.
We need to keep:
--admin-toolbar-rem: max(1rem, 16px);
To keep root size REMified and in same time avoid failures on pages with html { font-size: 10px }
https://github.com/cuth/postcss-pxtorem?tab=readme-ov-file#a-message-abo...
Comment #6
ckrinaFixed the PX error and reviewed again, and everything looks cool! Merging this, thanks all! 🚀
Comment #8
m4oliveiAh! TIL. Sorry, I reflexively changed that without considering that it was intentional. Thanks for fixing @ckrina! 🚀.