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;