diff options
| author | Bobby <[email protected]> | 2024-09-06 01:16:06 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-09-06 01:16:06 -0400 |
| commit | 19d80c83da876f995f2e7021929515a5ddbfeefe (patch) | |
| tree | 9fa19bbcc9b9f0a6e5d9f053ce946905d21b24c9 | |
| parent | 55d87c6a2c04cd8e1e5ea215dd670f0a8c42ec19 (diff) | |
| download | yugen-19d80c83da876f995f2e7021929515a5ddbfeefe.tar.xz yugen-19d80c83da876f995f2e7021929515a5ddbfeefe.zip | |
details on watch page
| -rw-r--r-- | templates/watch/watch.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/watch/watch.html b/templates/watch/watch.html index e8b586d..e4a4458 100644 --- a/templates/watch/watch.html +++ b/templates/watch/watch.html @@ -185,6 +185,12 @@ <svg stroke="currentColor" fill="currentColor" stroke-width="0" role="img" viewBox="0 0 24 24" height="1.5rem" width="1.5rem" xmlns="http://www.w3.org/2000/svg"><path d="M8.273 7.247v8.423l-2.103-.003v-5.216l-2.03 2.404-1.989-2.458-.02 5.285H.001L0 7.247h2.203l1.865 2.545 2.015-2.546 2.19.001zm8.628 2.069l.025 6.335h-2.365l-.008-2.871h-2.8c.07.499.21 1.266.417 1.779.155.381.298.751.583 1.128l-1.705 1.125c-.349-.636-.622-1.337-.878-2.082a9.296 9.296 0 0 1-.507-2.179c-.085-.75-.097-1.471.107-2.212a3.908 3.908 0 0 1 1.161-1.866c.313-.293.749-.5 1.1-.687.351-.187.743-.264 1.107-.359a7.405 7.405 0 0 1 1.191-.183c.398-.034 1.107-.066 2.39-.028l.545 1.749H14.51c-.593.008-.878.001-1.341.209a2.236 2.236 0 0 0-1.278 1.92l2.663.033.038-1.81h2.309zm3.992-2.099v6.627l3.107.032-.43 1.775h-4.807V7.187l2.13.03z"></path></svg> </a> </div> + <a href="{% url "detail:detail" anime.id %}" class="bg-{{ user.preferences.accent_colour }}-600 hover:bg-{{ user.preferences.accent_colour }}-700 text-white text-xs sm:text-sm font-bold py-1 px-2 sm:py-2 sm:px-4 rounded-lg flex flex-row items-center justify-center gap-1 w-full"> + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="size-4"> + <path fill-rule="evenodd" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12Zm8.706-1.442c1.146-.573 2.437.463 2.126 1.706l-.709 2.836.042-.02a.75.75 0 0 1 .67 1.34l-.04.022c-1.147.573-2.438-.463-2.127-1.706l.71-2.836-.042.02a.75.75 0 1 1-.671-1.34l.041-.022ZM12 9a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z" clip-rule="evenodd" /> + </svg> + <span>Details</span> + </a> </div> <div class="flex flex-col gap-2 w-full"> <h2 class="text-2xl font-bold text-transparent bg-clip-text block w-full truncate overflow-hidden text-ellipsis whitespace-nowrap" style="background: linear-gradient(-45deg, {% if anime.color %}{{ anime.color }}{% else %}white{% endif %}, white); -webkit-background-clip: text; background-clip: text;"> |
