From d65a6f55d47352584b83bd3f5e43ded87ca3f985 Mon Sep 17 00:00:00 2001 From: Ashley Date: Tue, 15 Nov 2022 16:32:37 +0100 Subject: [PATCH] remove maximum line :^ --- css/poketube.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/css/poketube.css b/css/poketube.css index 49432770..48f0040e 100644 --- a/css/poketube.css +++ b/css/poketube.css @@ -51,14 +51,12 @@ a { overflow: hidden; max-width: max-content; display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; word-break: break-all; } .video-sub-info.description { font-weight: 600; - margin-top: 9.5em !important; + margin-top: 1em !important; border-radius: 21px; background: #1c1c1c; padding: 10px; @@ -110,7 +108,6 @@ a { display: block; margin: auto; justify-self: left; - position: absolute; } .video-info-pill-channelname {