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

CommentFileSizeAuthor
logo.gif628.1 KBckrina

Issue fork navigation-3437695

Command icon 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

ckrina created an issue. See original summary.

m4olivei’s picture

Assigned: Unassigned » m4olivei

Saw this too today. Will work on it.

m4olivei’s picture

Assigned: m4olivei » Unassigned
Status: Active » Needs review
Issue tags: +front-end

This is ready for review.

finnsky’s picture

Status: Needs review » Needs work

@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...

ckrina’s picture

Status: Needs work » Fixed

Fixed the PX error and reviewed again, and everything looks cool! Merging this, thanks all! 🚀

  • ckrina committed 68cf17af on 1.x authored by m4olivei
    Issue #3437695: Adjustments to padding to keep the logo consistent at...
m4olivei’s picture

Ah! TIL. Sorry, I reflexively changed that without considering that it was intentional. Thanks for fixing @ckrina! 🚀.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.