From 54efe6c5c537c5f858f8f9fdf8a1469bcd792562 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 26 Jun 2021 14:06:27 +0300 Subject: [PATCH] set loading indicator width to 0 when collapsed --- chrome/tab_loading_progress_throbber.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/tab_loading_progress_throbber.css b/chrome/tab_loading_progress_throbber.css index 89dffb9..29b07da 100644 --- a/chrome/tab_loading_progress_throbber.css +++ b/chrome/tab_loading_progress_throbber.css @@ -33,7 +33,7 @@ See the above repository for updates as well as full license text. */ from{ transform: rotateZ(0deg) } to{ transform: rotateZ(360deg) } } -.tabbrowser-tab:not([bursting]) .tab-icon-stack:not([busy])::before{ visibility: collapse; } +.tabbrowser-tab:not([bursting]) .tab-icon-stack:not([busy])::before{ visibility: collapse; width: 0 } .tab-icon-stack:not([busy])::before{ opacity: 0 } .tabbrowser-tab:not([progress]) .tab-icon-stack[busy]::before{ clip-path: polygon(50% 50%,50% 0%,100% 0%,100% 50%, 100% 50%,100% 50%, 100% 50%);