From c54d5c5ce915d1e8ab882f4246a890b156188387 Mon Sep 17 00:00:00 2001 From: Ashley Date: Tue, 15 Nov 2022 16:22:07 +0100 Subject: [PATCH] add a .4 to 1300x px devices This commit was Signed by: Signed-off-by: Ashley --- css/poketube-responsive.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/poketube-responsive.css b/css/poketube-responsive.css index ec4e9983..c60f5a66 100644 --- a/css/poketube-responsive.css +++ b/css/poketube-responsive.css @@ -19,6 +19,11 @@ */ + + + + + /* RESPONSIVE STUFF */ /* Formula for xx50px - inital widht + 3em */ @@ -36,7 +41,7 @@ @media screen and (min-width: 1300px) { .video-info-panel.gradient { - width: 54em; + width: 54.4em; } }