mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
FIX: smaller agree/delete flag modals on mobile
This commit is contained in:
parent
5ab571e4b7
commit
7e7938e37f
@ -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 New Issue
Block a user