mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 03:12:46 +08:00
FIX: agree/delete flag modals on mobile
This commit is contained in:
parent
49f738fe27
commit
5ab571e4b7
|
@ -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 New Issue
Block a user