From a613a37e1725d0772ec39d1a5e6ce5d5d2397f01 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Sat, 18 Feb 2023 01:10:07 +0800 Subject: [PATCH] style: implement and complete responsive design --- src/contentScripts/views/Anime/Anime.vue | 10 +++---- .../views/Anime/components/AnimeTimeTable.vue | 2 +- src/contentScripts/views/History/History.vue | 28 +++++++++---------- 3 files changed, 20 insertions(+), 20 deletions(-) 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() { />

-