From 125f59ad5f0e369f393ec070c46217437cae0e87 Mon Sep 17 00:00:00 2001 From: Ashley Date: Mon, 7 Nov 2022 05:15:49 +0100 Subject: [PATCH] fixu css --- css/poketube.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/css/poketube.css b/css/poketube.css index 05576c38..031d798d 100644 --- a/css/poketube.css +++ b/css/poketube.css @@ -118,6 +118,25 @@ a { } } +@media screen and (max-width: 1200px) { + .video-info-panel.gradient { + padding: 12px; + border-radius: 11px; + background-image: linear-gradient( + 135deg, + #f97794 10%, + #623aa2 100%, + #8e6f7e 100% + ); + display: block; + width: 48em; + margin: auto; + justify-self: left; + position: absolute; +} +} + + .video-info-pill-channelname { color: #fff; word-wrap: break-word;