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;