set loading indicator width to 0 when collapsed

This commit is contained in:
MrOtherGuy 2021-06-26 14:06:27 +03:00
parent 19f7e118b4
commit 54efe6c5c5

View file

@ -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%);