/* Discord — patches touch (dernier fichier CSS) */

@media (max-width: 900px) {
  .frow input[type="text"],
  .frow input[type="number"],
  .frow select,
  .frow textarea {
    font-size: 16px;
  }

  .dc-card .btn,
  .dc-card button[type="submit"],
  .change-server-btn,
  .dc-sidebar-item {
    min-height: 44px;
  }

  .dc-sidebar {
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-height: 560px) and (orientation: landscape) {
  #view-login {
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
