mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 20:24:05 -06:00
FIX: smaller agree/delete flag modals on mobile
This commit is contained in:
parent
5ab571e4b7
commit
7e7938e37f
@ -1146,9 +1146,6 @@ button.ru {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.delete-flag-modal, .agree-flag-modal {
|
.delete-flag-modal, .agree-flag-modal {
|
||||||
.modal-inner-container {
|
|
||||||
width: 400px;
|
|
||||||
}
|
|
||||||
button {
|
button {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 10px 0 10px 10px;
|
margin: 10px 0 10px 10px;
|
||||||
|
@ -199,3 +199,9 @@ animation: modal .25s;
|
|||||||
max-height: 150px;
|
max-height: 150px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.delete-flag-modal, .agree-flag-modal {
|
||||||
|
.modal-inner-container {
|
||||||
|
width: 400px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user