From 2aeb001133f10e3641aa7cc9eb2e8e6206f6565b Mon Sep 17 00:00:00 2001 From: hanyd Date: Sun, 8 Sep 2024 13:52:25 +0800 Subject: [PATCH] Fix port video button right margin making other element wrap --- public/content.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/public/content.css b/public/content.css index 0eba4d42..4e288160 100644 --- a/public/content.css +++ b/public/content.css @@ -886,6 +886,18 @@ input::-webkit-inner-spin-button { height: 20px; } +@media (min-width: 1165px) { + #bsbPortButton { + margin-right: 5px; + } +} + +@media (min-width: 1175px) { + #bsbPortButton { + margin-right: 15px; + } +} + .youtube-logo-button { background: none; border: none;