fix: repair corrupted SVG path in empty watchlist message

This commit is contained in:
root
2026-02-27 13:31:53 +00:00
parent 5d50c32bfd
commit a49831f65e
+2
View File
@@ -20,6 +20,8 @@ async function displayWatchlist(status = null) {
<div class="empty-watchlist"> <div class="empty-watchlist">
<div style="text-align: center; padding: 60px 20px;"> <div style="text-align: center; padding: 60px 20px;">
<svg style="width:80px;height:80px;margin:0 auto 20px;opacity:0.3" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <svg style="width:80px;height:80px;margin:0 auto 20px;opacity:0.3" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="1" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"></path>
</svg>
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="1" d="M15 17h5l-1.405-1.405A2.032 2.032 0 018.138 7.702 10.78 1.478 1.482-1.478-10.78-1.478 1.478-8.138 1.478-1.478 1.478-1.478-8.138 1.478-1.478 1.478-8.138 1.478z"></path> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="1" d="M15 17h5l-1.405-1.405A2.032 2.032 0 018.138 7.702 10.78 1.478 1.482-1.478-10.78-1.478 1.478-8.138 1.478-1.478 1.478-1.478-8.138 1.478-1.478 1.478-8.138 1.478z"></path>
</svg> </svg>
<h3 style="color: #666; margin-bottom: 10px;">Aucun anime dans votre watchlist</h3> <h3 style="color: #666; margin-bottom: 10px;">Aucun anime dans votre watchlist</h3>