From d9830e871be8e93b72a0ba89e03e005c68bcbd74 Mon Sep 17 00:00:00 2001 From: MS_Y Date: Sat, 8 Jan 2022 17:13:59 +0900 Subject: [PATCH] Fix: Remote Tabs Panel's bottom padding --- userChrome.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/userChrome.css b/userChrome.css index 787c245..095caa6 100644 --- a/userChrome.css +++ b/userChrome.css @@ -34,6 +34,11 @@ border-radius: 4px; } +/*= Remote Tabs Panel's Bottom Padding =======================================*/ +#PanelUI-remotetabs #PanelUI-remotetabs-main { + margin-bottom: 6px; +} + /*= Identity Popup Icon Crop =================================================*/ .identity-popup-security-connection.identity-button { padding-block: 1px !important;