Skip to content

Excess padding when using <img slot="logo" ...> #576

@ngnpope

Description

@ngnpope

When overriding the logo using slots some extra padding is applied:

Screenshot from 2021-10-01 16-38-46

In many cases this seems to make things look incorrect. It appears to be caused by the following:

::slotted(*){
  padding:16px 30px 0 16px;
}

It feels like this ought to be removed and that padding/margins should be left up to the user.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions