mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
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 {
|
.modal .modal-body.reorder-categories {
|
||||||
max-height: calc(100vh - 220px);
|
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…
x
Reference in New Issue
Block a user