mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: agree/delete flag modals on mobile
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user