mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 16:02:46 +08:00
FIX: CSS tweaks so bookmark + timer modal work on mobile (#12253)
Previously the timer modal was too wide and the bookmark modal too narrow.
This commit is contained in:
parent
6f0397fba0
commit
31f3563f2d
|
@ -7,9 +7,18 @@
|
|||
border-top: 0;
|
||||
padding: 10px 0;
|
||||
}
|
||||
.modal-inner-container {
|
||||
box-sizing: border-box;
|
||||
min-width: 310px;
|
||||
}
|
||||
.modal-body {
|
||||
max-height: none;
|
||||
width: 375px;
|
||||
box-sizing: border-box;
|
||||
|
||||
@media (max-width: 600px) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.control-label {
|
||||
font-weight: 700;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
.bookmark-with-reminder.modal {
|
||||
.modal-inner-container {
|
||||
box-sizing: border-box;
|
||||
min-width: 310px;
|
||||
}
|
||||
.modal-body {
|
||||
width: 375px;
|
||||
|
|
|
@ -204,21 +204,6 @@ sub sub {
|
|||
}
|
||||
}
|
||||
|
||||
.edit-topic-timer-modal {
|
||||
.future-date-input {
|
||||
.alert-info {
|
||||
margin: 0 -10px -10px -10px;
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
.btn.pull-right {
|
||||
margin-right: 0;
|
||||
}
|
||||
.modal-body {
|
||||
width: 375px;
|
||||
}
|
||||
}
|
||||
|
||||
.topic-footer-main-buttons {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in New Issue
Block a user