/* Layout corrections for the two-pane conversation workspace. */
.thread-panel {
  position: relative;
}

.empty-thread {
  top: 96px;
}

@media (max-width: 650px) {
  .empty-thread {
    top: 96px;
  }
}
