.logo {
  height: 24px !important;
  margin: 0 !important;
}

.t-doc__sidebar > :first-child {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 10px;
  margin-top: 14px;
  margin-bottom: 4px;
  margin-left: 12px;
}

.menu-button + * {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 10px;
}

.t-doc__sidebar > :first-child::after,
.menu-button + *::after {
  content: "<Dev center />";
  line-height: normal;
  font-family: var(--scalar-font-code);
}
