Skip to content

Option for setting header logo size #4

@gravelfreeman

Description

@gravelfreeman

My logo is too small with the default size of 1.5rem.

Image

It would be great to be able to changer that CSS value:

<img src="/storage/whitelabel/customer_portal_logo/1744331122.png" class="h-6">
.h-6 {
  height: 2rem;
}

Image

The current value is working great with logos that are taking a lot of space but doesn't work with one like mine that has plenty of small chars because of the oversized F.

If it's easier for you not to add a custom option I think it would be great to have the default value in the CSS to 2rem. The reason being that it's possible to add a transparent padding to a logo to make it smaller but it's not possible to increase the size of the logo in the current setting.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions