forked from mirror/pixelfed
Update ComposeModal, fix rotate icon direction. Fixes #2241
This commit is contained in:
parent
b863f6f065
commit
e8a1464099
|
@ -452,7 +452,7 @@
|
||||||
<!-- card-footers -->
|
<!-- card-footers -->
|
||||||
<div v-if="page == 'cropPhoto'" class="card-footer bg-white d-flex justify-content-between">
|
<div v-if="page == 'cropPhoto'" class="card-footer bg-white d-flex justify-content-between">
|
||||||
<div>
|
<div>
|
||||||
<button type="button" class="btn btn-outline-secondary" @click="rotate"><i class="fas fa-undo"></i></button>
|
<button type="button" class="btn btn-outline-secondary" @click="rotate"><i class="fas fa-redo"></i></button>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="d-inline-block button-group">
|
<div class="d-inline-block button-group">
|
||||||
|
|
Loading…
Reference in New Issue