.drix-community .topic-form textarea{
  min-height:380px;
}

.drix-community .reply-form textarea{
  min-height:220px;
}

.drix-community .reply-edit-form textarea{
  min-height:300px;
}

.drix-community .topic-form textarea,
.drix-community .reply-form textarea,
.drix-community .reply-edit-form textarea{
  resize:vertical;
  line-height:1.65;
}

.drix-community dialog{
  max-height:calc(100vh - 32px);
  overflow:auto;
}

.drix-community .reply-edit-form{
  width:min(760px,calc(100vw - 48px));
}

@media(max-width:640px){
  .drix-community .topic-form textarea{min-height:300px}
  .drix-community .reply-form textarea{min-height:180px}
  .drix-community .reply-edit-form{width:auto}
}
