The Site logo appears with a fixed height (see screenshot).

/* header */
/* line 5, ../sass/block.scss */
.site-logo {
  display: inline-block;
  height: 39px;
}

Issue fork zircon-2669954

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:

    Support from Acquia helps fund testing for Drupal Acquia logo

    Comments

    mpp created an issue. See original summary.

    mpp’s picture

    Assigned: mpp » Unassigned
    Status: Active » Needs review
    FileSize
    518 bytes

    Removed height:

      height: 39px;
    
    Anonymous’s picture

    when i removed the height element as done in this patch and then cleared the drupal cache, there was no change to the image size. Do you need to recompile the block.scss somehow? Thanks.

    mpp’s picture

    @djmwj, have another look at the patch. It also removes it from css/block.css.

    Anonymous’s picture

    @mpp, Thanks! So whats the point of the scss files then? Could you use something like compass to compile them to css?

    mpp’s picture

    Indeed, compass watch or compass compile. You could use a tool like grunt to automate it.

    Gauravvvv’s picture

    Version: 8.x-0.2 » 8.x-1.x-dev

    • Gauravmahlawat committed 7ce6a5e on 8.x-1.x
      Issue #2669954 by mpp, Gauravmahlawat: Logo has a fixed height
      
    Gauravvvv’s picture

    Status: Needs review » Fixed

    committed 7ce6a5e on 8.x-1.x

    Gauravvvv’s picture

    Status: Fixed » Closed (fixed)