2023-10-10 13:15:05 -04:00
|
|
|
.browser-toolbar > * #alltabs-button,
|
|
|
|
#appMenu-fxa-status2,
|
|
|
|
#appMenu-fxa-separator {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
2023-10-26 00:35:24 -04:00
|
|
|
/* https://github.com/Godiesc/firefox-gx/blob/main/Tricks/README.md */
|
|
|
|
/* Extensions button into the "left-sidebar" - Immovable */
|
2023-10-10 13:15:05 -04:00
|
|
|
|
2023-10-26 00:35:24 -04:00
|
|
|
:root:not([chromehidden~="toolbar"],[sizemode="fullscreen"]) #PersonalToolbar {
|
|
|
|
--padding-top-left-sidebar: 110px !important; /* 182px to one-line config */
|
2023-10-10 13:15:05 -04:00
|
|
|
}
|
|
|
|
|
2023-10-26 00:35:24 -04:00
|
|
|
:root:not([chromehidden~="toolbar"], [sizemode="fullscreen"]) #unified-extensions-button {
|
|
|
|
--toolbarbutton-hover-background: transparent !important;
|
|
|
|
--toolbarbutton-active-background: transparent !important;
|
|
|
|
position: fixed;
|
|
|
|
display: flex;
|
|
|
|
top: 50px !important;
|
|
|
|
left: inherit !important;
|
|
|
|
z-index: 2 !important;
|
|
|
|
fill: var(--general-color) !important;
|
|
|
|
width: calc(var(--uc-vertical-toolbar-width) - 4px) !important;
|
2023-10-10 13:15:05 -04:00
|
|
|
}
|
|
|
|
|
2023-10-26 00:35:24 -04:00
|
|
|
:root:not([chromehidden~="toolbar"], [sizemode="fullscreen"]) #unified-extensions-button:hover,
|
|
|
|
:root:not([chromehidden~="toolbar"], [sizemode="fullscreen"]) #unified-extensions-button[open] {
|
|
|
|
transform: scale(1.12) !important;
|
|
|
|
transition: ease-in-out !important;
|
2023-10-10 13:15:05 -04:00
|
|
|
}
|
2023-10-10 14:30:27 -04:00
|
|
|
|
2023-10-26 00:35:24 -04:00
|
|
|
:root:not([chromehidden~="toolbar"], [sizemode="fullscreen"]) #unified-extensions-button:active {
|
|
|
|
transform: scale(1.0) !important;
|
|
|
|
transition-duration: 0ms !important;
|
2023-10-10 14:30:27 -04:00
|
|
|
}
|
2023-10-26 14:12:53 -04:00
|
|
|
|
|
|
|
#notification-popup {
|
|
|
|
margin-top: -1px !important;
|
|
|
|
margin-inline: -505px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#customizationui-widget-panel {
|
|
|
|
margin-top: -1px !important;
|
|
|
|
margin-inline: -200px !important;
|
|
|
|
}
|