add image rotate button

This commit is contained in:
cutls
2021-01-23 19:17:55 +09:00
parent 31b5df7f42
commit 78ea495969
3 changed files with 75 additions and 30 deletions

View File

@@ -742,6 +742,9 @@
<a class="waves-effect white-text" onclick="zoom(0.5)">
<i class="material-icons">zoom_out</i>
</a>
<a class="waves-effect white-text" onclick="rotate(false)">
<i class="material-icons">rotate_90_degrees_ccw</i>
</a>
<button class="btn waves-effect blue" onclick="copyImgUrl()" title="@@copyURL@@">
<i class="material-icons">link</i>
</button>