From ae5c621d516a397f0b85508b57a2e90a6186e8f5 Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Thu, 9 Sep 2021 01:01:02 +0900 Subject: [PATCH] Fix: PictureInPicture Tab - Close button order --- userChrome.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index 15b6f1d..b0e2407 100644 --- a/userChrome.css +++ b/userChrome.css @@ -1416,9 +1416,11 @@ } /* Close Button's position */ + .tabbrowser-tab[pictureinpicture]:not([pinned]) .tab-close-button { + -moz-box-ordinal-group: 2 !important; + } #tabbrowser-tabs:not([closebuttons="activetab"]) .tabbrowser-tab[pictureinpicture]:not([pinned]) .tab-close-button { margin-left: 7px !important; - -moz-box-ordinal-group: 2 !important; } #tabbrowser-tabs:not([closebuttons="activetab"]) .tabbrowser-tab[pictureinpicture]:not([pinned]):hover