From 9997aaa4fa64ac13905c1a3b4bc477b6e3c2d13f Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 6 Nov 2022 22:07:59 +0100 Subject: [PATCH] fix a silly css issue --- css/poketube.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/poketube.css b/css/poketube.css index 95f33e8b..1dfa4a64 100644 --- a/css/poketube.css +++ b/css/poketube.css @@ -85,7 +85,7 @@ a { } .video-info-panel.gradient { - padding: 10px; + padding: 12px; border-radius: 11px; background-image: linear-gradient( 135deg, @@ -151,7 +151,7 @@ a { border-radius: 35px; font-family: Inter; clear: both; - margin-top: 18px; + margin-top: 1.1em; padding: 4.5px; background: #0009; margin-right: -13px;