From 7445b7da332a7e290859dfc40cd50509f5b202be Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 4 Dec 2022 11:45:47 +0000 Subject: [PATCH] fixes :3 --- css/poketube.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/css/poketube.css b/css/poketube.css index 26ec432..90996e6 100644 --- a/css/poketube.css +++ b/css/poketube.css @@ -77,6 +77,8 @@ a { } .video-sub-info.description { + box-sizing:border-box; + min-width:100%; font-weight: 600; margin-top: 1em !important; border-radius: 21px; @@ -85,13 +87,9 @@ a { margin-bottom: 20px; font-stretch: expanded; justify-self: center; - width: 39em; font-family: var(--text-font-primary); border: var(--div-border-color); border-style: solid; - margin-left: auto; - margin-right: auto; - position: static; } .video-sub-info.description > .video-title { @@ -127,8 +125,8 @@ a { background-image: var(--div-gradient); display: block; margin: 0px 0 0px -3px; - justify-self: left; - width: auto; + box-sizing:border-box; + min-width:100%; } .video-info-pill-channelname {