fixed bug

This commit is contained in:
Timon Ringwald 2022-09-06 12:03:33 +02:00
parent 0a6db861db
commit f75720e0ec

View File

@ -1,6 +1,6 @@
<div class="customizer">
<a href="{{ .Link }}" class="bookmark" style='background-color: {{ .GetColor }}; {{ if not .HideBorder }} box-shadow: 0px 0px 3px black; {{ end }}; {{ if not (eq .IconPadding "") }} padding: {{ .IconPadding }}; {{ end }}'>
<div class="background" style='background-image: url("{{ .Image }}"); background-size: {{ .GetImageSize }}'></div>
<div class="background" style='background-image: url("{{ .Image | url }}"); background-size: {{ .GetImageSize }}'></div>
</a>
<a class="delete"><span class="material-icons">delete</span></a>