From 561361211f250b76d207ac2f21e7bc4f55c93877 Mon Sep 17 00:00:00 2001 From: arctic Date: Fri, 13 Jan 2023 10:48:42 -0800 Subject: [PATCH] improve video-info-buttons spacing --- css/poketube.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/css/poketube.css b/css/poketube.css index 4cd9f79..b5eb688 100644 --- a/css/poketube.css +++ b/css/poketube.css @@ -141,6 +141,19 @@ a.avatar { margin-right: -8px; } +.video-info-buttons.pill > .engagement { + margin-right: 2px; +} + +.video-info-buttons.pill > div:nth-child(2) > .new-button, .button-encryption { + margin-right: 4px; +} + +/* div.button-encryption { */ +/* color: red !important; */ +/* margin-right: 2px; */ +/* } */ + .video > .info > .title { font-family: var(--text-font-primary); width: 10em;