mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Fix layering and add release ci
This commit is contained in:
@@ -251,6 +251,7 @@
|
||||
onclick="sendToBack()"
|
||||
class="secondary"
|
||||
title="Send to back"
|
||||
data-code-enabled="true"
|
||||
>
|
||||
<i class="fa-solid fa-angles-down"></i>
|
||||
</button>
|
||||
@@ -259,6 +260,7 @@
|
||||
onclick="bringBackward()"
|
||||
class="secondary"
|
||||
title="Move backward"
|
||||
data-code-enabled="true"
|
||||
>
|
||||
<i class="fa-solid fa-arrow-down"></i>
|
||||
</button>
|
||||
@@ -267,6 +269,7 @@
|
||||
onclick="bringForward()"
|
||||
class="secondary"
|
||||
title="Move forward"
|
||||
data-code-enabled="true"
|
||||
>
|
||||
<i class="fa-solid fa-arrow-up"></i>
|
||||
</button>
|
||||
@@ -275,6 +278,7 @@
|
||||
onclick="bringToFront()"
|
||||
class="secondary"
|
||||
title="Bring to front"
|
||||
data-code-enabled="true"
|
||||
>
|
||||
<i class="fa-solid fa-angles-up"></i>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user