auto-git:
[change] renderer.js
This commit is contained in:
@@ -91,14 +91,6 @@ window.addEventListener('DOMContentLoaded', async () => {
|
|||||||
</svg>
|
</svg>
|
||||||
<span class="truncate text-sm font-medium">${basename(folder)}</span>
|
<span class="truncate text-sm font-medium">${basename(folder)}</span>
|
||||||
</div>
|
</div>
|
||||||
<button class="remove-btn">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg"
|
|
||||||
class="h-5 w-5"
|
|
||||||
fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
|
||||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
||||||
d="M6 18L18 6M6 6l12 12"/>
|
|
||||||
</svg>
|
|
||||||
</button>
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
// play/pause Button korrekt initialisieren
|
// play/pause Button korrekt initialisieren
|
||||||
|
|||||||
Reference in New Issue
Block a user