UX: Mobile styling for discard draft modal buttons (#12735)

Co-authored-by: Kris  <kris.aubuchon@discourse.org>
This commit is contained in:
Penar Musaraj 2021-04-19 09:23:41 -04:00 committed by GitHub
parent 191fac5c7c
commit f0000f5017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -109,3 +109,17 @@
.modal .modal-body.reorder-categories {
max-height: calc(100vh - 220px);
}
.discard-draft-modal {
.modal-inner-container {
width: 250px;
}
.modal-footer {
justify-content: center;
flex-flow: column nowrap;
align-items: stretch;
.btn {
margin-right: 0;
}
}
}