Fix: Panel - Remove strip show separator #222

This commit is contained in:
alstjr7375 2022-04-02 18:33:48 +09:00
parent cf28853077
commit 8153b40f68
2 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,3 @@
#appMenu-fxa-separator {
display: none;
--panel-separator-zap-gradient: none; /* Original: linear-gradient(90deg, #9059FF 0%, #FF4AA2 52.08%, #FFBD4F 100%) */
}

View file

@ -4932,7 +4932,8 @@
/** Panel UI ******************************************************************/
@supports -moz-bool-pref("userChrome.panel.remove_strip") {
#appMenu-fxa-separator {
display: none;
--panel-separator-zap-gradient: none;
/* Original: linear-gradient(90deg, #9059FF 0%, #FF4AA2 52.08%, #FFBD4F 100%) */
}
}
/** Fullscreen - Overlap toolbar **********************************************/