mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
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" />
|
<div id="date-container" />
|
||||||
{{/d-modal-body}}
|
{{/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>
|
<button class="btn btn-primary" disabled={{buttonDisabled}} {{action "changeTimestamp"}}>{{buttonTitle}}</button>
|
||||||
</div>
|
</div>
|
||||||
|
@ -202,3 +202,8 @@
|
|||||||
#google-search form {
|
#google-search form {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.change-timestamp-footer .btn-primary {
|
||||||
|
float: right;
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user