@media (min-width:700px) {
  .zero-chat-app:not(.is-android-shell) .zero-chat-thread:has(.zero-chat-typing-row) {
    grid-column:2!important;
    justify-self:stretch!important;
    align-self:stretch!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
  }

  .zero-chat-app:not(.is-android-shell) .zero-chat-thread-stack:has(.zero-chat-typing-row) {
    grid-column:auto!important;
    justify-self:center!important;
    align-self:auto!important;
    width:min(100%,980px)!important;
    min-width:0!important;
    max-width:min(100%,980px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

.zero-chat-thread:has(.zero-chat-typing-row) .zero-chat-thread-stack {
  min-width:0!important;
}
