Fix: Panel - Misplaced separator of the Account menu #1041

This commit is contained in:
alstjr7375 2024-12-23 05:03:47 +09:00
parent 6b554042a0
commit 2658e7328e
3 changed files with 8 additions and 4 deletions

6
css/leptonChrome.css generated
View file

@ -11571,7 +11571,8 @@
#PanelUI-signedin-panel[hidden="true"] + #PanelUI-fxa-cta-menu #PanelUI-products-separator {
display: none;
}
#PanelUI-fxa-menu > :first-child {
#PanelUI-fxa-menu > :first-child,
#fxa-manage-account-button {
order: -1;
-moz-box-ordinal-group: 0;
}
@ -26755,7 +26756,8 @@
}
}
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") {
#PanelUI-fxa-menu > :first-child {
#PanelUI-fxa-menu > :first-child,
#fxa-manage-account-button {
order: -1;
-moz-box-ordinal-group: 0;
}

View file

@ -12009,7 +12009,8 @@
#PanelUI-signedin-panel[hidden="true"] + #PanelUI-fxa-cta-menu #PanelUI-products-separator {
display: none;
}
#PanelUI-fxa-menu > :first-child {
#PanelUI-fxa-menu > :first-child,
#fxa-manage-account-button {
order: -1;
-moz-box-ordinal-group: 0;
}

View file

@ -259,7 +259,8 @@
#PanelUI-signedin-panel[hidden="true"] + #PanelUI-fxa-cta-menu #PanelUI-products-separator {
display: none; // #916
}
#PanelUI-fxa-menu > :first-child {
#PanelUI-fxa-menu > :first-child,
#fxa-manage-account-button {
@include BoxOrder(0);
}
#PanelUI-sign-out-separator {