mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
FIX: agree/delete flag modals on mobile
This commit is contained in:
parent
49f738fe27
commit
5ab571e4b7
1 changed files with 10 additions and 1 deletions
|
@ -149,4 +149,13 @@
|
|||
background-color: scale-color($success, $lightness: 90%);
|
||||
color: $success;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.delete-flag-modal, .agree-flag-modal {
|
||||
.modal-inner-container {
|
||||
width: 300px;
|
||||
}
|
||||
.btn {
|
||||
float: none !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue