mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
FIX: smaller agree/delete flag modals on mobile
This commit is contained in:
parent
5ab571e4b7
commit
7e7938e37f
2 changed files with 7 additions and 4 deletions
|
@ -844,7 +844,7 @@ table.api-keys {
|
|||
.content-list {
|
||||
|
||||
h3 {
|
||||
color: dark-light-diff($primary, $secondary, 90%, -60%);
|
||||
color: dark-light-diff($primary, $secondary, 90%, -60%);
|
||||
font-size: 15px;
|
||||
padding-left: 5px;
|
||||
margin-bottom: 10px;
|
||||
|
@ -1146,9 +1146,6 @@ button.ru {
|
|||
}
|
||||
|
||||
.delete-flag-modal, .agree-flag-modal {
|
||||
.modal-inner-container {
|
||||
width: 400px;
|
||||
}
|
||||
button {
|
||||
display: block;
|
||||
margin: 10px 0 10px 10px;
|
||||
|
|
|
@ -199,3 +199,9 @@ animation: modal .25s;
|
|||
max-height: 150px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.delete-flag-modal, .agree-flag-modal {
|
||||
.modal-inner-container {
|
||||
width: 400px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue