diff --git a/src/contentScripts/views/Anime/Anime.vue b/src/contentScripts/views/Anime/Anime.vue index 4c0c56de..5079409f 100644 --- a/src/contentScripts/views/Anime/Anime.vue +++ b/src/contentScripts/views/Anime/Anime.vue @@ -123,8 +123,8 @@ function getPopularAnimeList() {
{{ $t('anime.recommended_for_you') }} -
+
-
+

Watch History

@@ -250,19 +250,18 @@ function handleTurnOnWatchHistory() { cursor-pointer @click="openLinkToNewTab(`${getHistoryUrl(historyItem)}`)" > - +
-

+

{{ useDateFormat(historyItem.view_at * 1000, 'YYYY-MM-DD HH:mm:ss') .value @@ -457,7 +457,7 @@ function handleTurnOnWatchHistory() { text="2xl $bew-text-3" hover:color="$bew-theme-color" opacity="0 group-hover:100" - p-4 + p-2 duration-300 @click.stop="deleteHistoryItem(index, historyItem)" > @@ -474,7 +474,7 @@ function handleTurnOnWatchHistory() { />

-