From 49f56cd4287d2d5b286d6d058051894313835710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Wed, 29 Oct 2025 11:37:16 +0100 Subject: [PATCH] pl-fe: add breakpoint for 'view context' link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/pl-fe/src/features/video/index.tsx | 2 +- packages/pl-fe/src/styles/components/video-player.scss | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/pl-fe/src/features/video/index.tsx b/packages/pl-fe/src/features/video/index.tsx index 41fbf7dc3..5530cccf7 100644 --- a/packages/pl-fe/src/features/video/index.tsx +++ b/packages/pl-fe/src/features/video/index.tsx @@ -554,7 +554,7 @@ const Video: React.FC = ({ )} {link && ( - {link} + {link} )} diff --git a/packages/pl-fe/src/styles/components/video-player.scss b/packages/pl-fe/src/styles/components/video-player.scss index 59ab3c59c..190bdd0ac 100644 --- a/packages/pl-fe/src/styles/components/video-player.scss +++ b/packages/pl-fe/src/styles/components/video-player.scss @@ -69,6 +69,8 @@ } &__link { + @apply px-2.5 py-0.5 xl:hidden; + a { @apply no-underline text-sm font-medium text-white hover:underline active:underline focus:underline; }