From 8d8a472cc5b265a90a3049623e21b5781fce2e8d 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 3b762cf..1ea5662 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;