From a9860ac75484b2f50e6c4581ccec58b500a54cdb Mon Sep 17 00:00:00 2001 From: arctic Date: Fri, 13 Jan 2023 21:47:26 -0800 Subject: [PATCH] reduce spacing --- css/poketube.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/poketube.css b/css/poketube.css index 8b7c5531..2c4287c1 100644 --- a/css/poketube.css +++ b/css/poketube.css @@ -146,7 +146,7 @@ a.avatar { } .video-info-buttons.pill > div:nth-child(2) > .new-button, .button-encryption { - margin-right: 4px; + margin-right: 2px; } .video > .info > .title { @@ -300,7 +300,7 @@ a.avatar { grid-area: buttons; display: flex; flex-direction: row; - column-gap: 6px; + column-gap: 4px; height: min-content; width: -moz-fit-content; width: fit-content;