mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Panel - Remove strip show separator #222
This commit is contained in:
parent
cf28853077
commit
8153b40f68
2 changed files with 3 additions and 2 deletions
|
|
@ -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%) */
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 **********************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue