UX: change timestamp button on mobile was hidden behind date selector

This commit is contained in:
Arpit Jalan 2017-05-04 18:39:52 +05:30
parent 489c3bc1cd
commit 0bdced165a
2 changed files with 6 additions and 1 deletions

View File

@ -15,6 +15,6 @@
<div id="date-container" />
{{/d-modal-body}}
<div class="modal-footer">
<div class="modal-footer change-timestamp-footer">
<button class="btn btn-primary" disabled={{buttonDisabled}} {{action "changeTimestamp"}}>{{buttonTitle}}</button>
</div>

View File

@ -202,3 +202,8 @@
#google-search form {
padding-left: 10px;
}
.change-timestamp-footer .btn-primary {
float: right;
margin-right: 5px;
}