div.nothinghere, div.col-header {
  display: none;
}

div.bio {
  flex-grow: 1;
}

div.thread::after {
  content: "all my posts are unlisted lmao";
}

dd {
  color: darkred;
}

dd.postsdd::after {
  content: " too many";
}

section.about-user {
  flex: auto !important;
}

div.column-split {
  flex-direction: column;
}

.fields {
  width: 100%;
  order: 3;
}

section.about-user {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
}

section.about-user > div.col-header {
  flex-grow: 1;
}

div.fields {
  flex-direction: row !important;
}

div.bio {
  font-weight: 800;
}