UX: Mobile styling for discard draft modal buttons (#12735)
Co-authored-by: Kris <kris.aubuchon@discourse.org>
This commit is contained in:
parent
191fac5c7c
commit
f0000f5017
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue