From 6fa3429558785268d3892e14aee34215fc35e087 Mon Sep 17 00:00:00 2001 From: hanyd Date: Fri, 6 Sep 2024 11:43:28 +0800 Subject: [PATCH] Reduce port video button size --- public/content.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/content.css b/public/content.css index 3b84b40b..0eba4d42 100644 --- a/public/content.css +++ b/public/content.css @@ -883,7 +883,7 @@ input::-webkit-inner-spin-button { /* YouTube Logo Button styles */ #bsbPortButton { margin-right: 15px; - height: 24px; + height: 20px; } .youtube-logo-button { @@ -895,7 +895,7 @@ input::-webkit-inner-spin-button { } .youtube-logo-svg { - height: 24px; + height: 20px; } .youtube-logo-triangle {