mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-05 18:20:44 -08:00
Fix: Autohide - Navbar drag & drop event #820
This commit is contained in:
parent
750694b282
commit
6147b3188d
3 changed files with 19 additions and 0 deletions
11
css/leptonChrome.css
generated
11
css/leptonChrome.css
generated
|
|
@ -10621,6 +10621,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
#mainPopupSet:not(:hover) ~ #navigator-toolbox:not(:hover, :focus-within) #nav-bar:not([customizing]) {
|
||||
-moz-window-dragging: no-drag;
|
||||
}
|
||||
@media (prefers-reduced-motion: no-preference) {
|
||||
#nav-bar:not([customizing]) {
|
||||
transition: margin-bottom var(--uc-autohide-toolbar-speed) var(--animation-easing-function)
|
||||
|
|
@ -25716,6 +25719,14 @@
|
|||
opacity: 1;
|
||||
}
|
||||
}
|
||||
@media (-moz-bool-pref: "userChrome.autohide.tabbar") and (-moz-bool-pref: "userChrome.autohide.navbar"),
|
||||
(-moz-bool-pref: "userChrome.autohide.tabbar") and (-moz-bool-pref: "userChrome.tabbar.one_liner"),
|
||||
(-moz-bool-pref: "userChrome.autohide.navbar") and (-moz-bool-pref: "userChrome.autohide.navbar"),
|
||||
(-moz-bool-pref: "userChrome.autohide.navbar") and (-moz-bool-pref: "userChrome.tabbar.one_liner") {
|
||||
#mainPopupSet:not(:hover) ~ #navigator-toolbox:not(:hover, :focus-within) #nav-bar:not([customizing]) {
|
||||
-moz-window-dragging: no-drag;
|
||||
}
|
||||
}
|
||||
@media (-moz-bool-pref: "userChrome.autohide.tabbar") and (-moz-bool-pref: "userChrome.autohide.navbar") and (prefers-reduced-motion: no-preference),
|
||||
(-moz-bool-pref: "userChrome.autohide.tabbar") and (-moz-bool-pref: "userChrome.tabbar.one_liner") and (prefers-reduced-motion: no-preference),
|
||||
(-moz-bool-pref: "userChrome.autohide.navbar") and (-moz-bool-pref: "userChrome.autohide.navbar") and (prefers-reduced-motion: no-preference),
|
||||
|
|
|
|||
3
css/leptonChromeESR.css
generated
3
css/leptonChromeESR.css
generated
|
|
@ -11059,6 +11059,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
#mainPopupSet:not(:hover) ~ #navigator-toolbox:not(:hover, :focus-within) #nav-bar:not([customizing]) {
|
||||
-moz-window-dragging: no-drag;
|
||||
}
|
||||
@media (prefers-reduced-motion: no-preference) {
|
||||
#nav-bar:not([customizing]) {
|
||||
transition: margin-bottom var(--uc-autohide-toolbar-speed) var(--animation-easing-function)
|
||||
|
|
|
|||
|
|
@ -17,6 +17,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
// Drag & Drop Event #820
|
||||
#mainPopupSet:not(:hover)~#navigator-toolbox:not(:hover, :focus-within) #nav-bar:not([customizing]) {
|
||||
-moz-window-dragging: no-drag;
|
||||
}
|
||||
|
||||
@include Animate {
|
||||
#nav-bar:not([customizing]) {
|
||||
transition: margin-bottom var(--uc-autohide-toolbar-speed) var(--animation-easing-function) var(--uc-autohide-toolbar-delay),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue