fix: alert z-index, hover effects on download list row

This commit is contained in:
2025-06-11 12:46:03 -05:00
parent 6cd9a9b18e
commit df6c68aa46
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
<tr{{ attributes }} id="ad_download_{{ download.id }}">
<tr{{ attributes }} class="hover:bg-gray-200" id="ad_download_{{ download.id }}">
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-800 dark:text-stone-800 truncate">
<a href="{{ path('app_search_result', {imdbId: download.imdbId, mediaType: download.mediaType}) }}"
class="mr-1 hover:underline rounded-md"