/* Keep the classic index list compact and flush with the left side of the content area. */
.thread-list:not(.catalog) {
  width: min(100%, 700px);
  margin-left: 0;
  margin-right: auto;
}

@media (max-width: 600px) {
  .thread-list:not(.catalog) { width: 100%; }
}
