From 0709d05a9849ff577268505013b9d18af976cf4a Mon Sep 17 00:00:00 2001 From: the1812 Date: Sun, 2 Apr 2023 15:42:32 +0800 Subject: [PATCH] Fix responsive size (fix #4083) --- .../lib/components/video/outer-watchlater/OuterWatchlater.vue | 2 +- registry/lib/components/video/quick-favorite/QuickFavorite.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/lib/components/video/outer-watchlater/OuterWatchlater.vue b/registry/lib/components/video/outer-watchlater/OuterWatchlater.vue index ca6b7fa67..852ff9ba2 100644 --- a/registry/lib/components/video/outer-watchlater/OuterWatchlater.vue +++ b/registry/lib/components/video/outer-watchlater/OuterWatchlater.vue @@ -57,7 +57,7 @@ export default Vue.extend({ margin-right: 28px !important; position: relative; width: auto !important; - @media screen and (max-width: 1320px), (max-height: 750px) { + @media screen and (max-width: 1340px), (max-height: 750px) { margin-right: max(calc(min(11vw, 11vh) - 117.2px), 6px) !important; .text { display: none; diff --git a/registry/lib/components/video/quick-favorite/QuickFavorite.vue b/registry/lib/components/video/quick-favorite/QuickFavorite.vue index 0c8d6ce31..1c9e1b81b 100644 --- a/registry/lib/components/video/quick-favorite/QuickFavorite.vue +++ b/registry/lib/components/video/quick-favorite/QuickFavorite.vue @@ -193,7 +193,7 @@ export default Vue.extend({ .text { display: inline; } - @media screen and (max-width: 1320px), (max-height: 750px) { + @media screen and (max-width: 1340px), (max-height: 750px) { margin-right: max(calc(min(11vw, 11vh) - 117.2px), 6px) !important; .text { display: none;