From 6c5f865fad86734018f0e71e3515754caf41088e Mon Sep 17 00:00:00 2001 From: Ashley Date: Mon, 14 Nov 2022 18:38:35 +0100 Subject: [PATCH] add support for 2560px screens Signed-off-by: Ashley --- css/poketube-responsive.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/poketube-responsive.css b/css/poketube-responsive.css index 3b762cf5..1ea56623 100644 --- a/css/poketube-responsive.css +++ b/css/poketube-responsive.css @@ -190,6 +190,12 @@ } } +@media screen and (min-width: 2560px) { + .video-info-panel.gradient { + width: 132em; + } +} + @media screen and (min-width: 2600px) { .video-info-panel.gradient { width: 134em;