Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit b38ecfc

Browse files
committed
position fix
Signed-off-by: Dieter Coopman <dieter@deltasolutions.be>
1 parent ed7c670 commit b38ecfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<div x-data="signPad()" x-init="draw(@this.width,@this.height,@this.background,@this.color)"
22
style="position: relative;height: {{ $height + 30}}px; width:{{ $width }}px">
3-
<button x-on:click="clear()" style="display:block;position: relative; top:37px; left:7px; z-index: 100;background: #ff6961; padding:4px;border-radius:4px">
3+
<button x-on:click="clear()" style="display: inline-block;position: relative;top: 6px;left: 37px; z-index: 100;background: #ff6961; padding:4px;border-radius:4px">
44
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" style="height: 20px; color:white">
5-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="1" d="M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16" />
5+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="1" d="M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"/>
66
</svg>
77
</button>
8-
<input type="hidden" name="{{ $name }}" x-bind:value="jpeg" />
8+
<input type="hidden" name="{{ $name }}" x-bind:value="jpeg"/>
99
</div>

0 commit comments

Comments
 (0)