Sharing my immediate feedback after the migration....
# dokka
e
Sharing my immediate feedback after the migration. 1. Setting a custom logo also required overwriting some CSS properties, otherwise the logo was stretched horizontally.
Copy code
.library-name--link::before {
  background-size: var(--dokka-logo-height) var(--dokka-logo-width);
  max-height: unset;
  max-width: unset;
}
2. The sidebar paddings are bit too much imo. 3. The hover highlight appears only on the package name or the toggle arrow, but not on both at the same time (is it intended?)
o
Hey! I've asked our website team about the first point - it looks like a bug, but let's wait 🙂 Regarding 2 and 3 - that's expected for now, and there will be improvements to this in the next release
thank you color 1