UX: change timestamp button on mobile was hidden behind date selector
This commit is contained in:
parent
489c3bc1cd
commit
0bdced165a
|
@ -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>
|
||||
|
|
|
@ -202,3 +202,8 @@
|
|||
#google-search form {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.change-timestamp-footer .btn-primary {
|
||||
float: right;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue