Can we fix the Discorse logo positioning?

@admins What do you think about updating the custom CSS on Discourse to align the logo back to where it used to be, like this:

This is the CSS, very similar to what it currently is, just change of numbers, and the last property is height, not max-height.

.logo-big, .logo-small {
  margin-top: -1px;
  margin-left: -3px;
  height: 62px !important;
}

Also, here’s a correctly scaled icon @2x:

icon

1 Like

It should already be fixed in the incoming Discourse update :slight_smile:

1 Like

I saw but it’s not correct on there either. The rendering of the fonts is wrong.

Interesting - will investigate

1 Like