.toctree-wrapper.toc-compact > ul {
  margin: 0;               /* kill the extra gap above/below the list */
}

/* Make the navbar logo a fixed height */
.navbar-brand img {
  max-height: 64px;
  width: auto;        /* keep aspect ratio */
}

.nowrap { white-space: nowrap; }