correctly remove effects in customizing mode
This commit is contained in:
parent
f1eabd163c
commit
f3cf989c1b
1 changed files with 4 additions and 2 deletions
|
@ -10,8 +10,10 @@ See the above repository for updates as well as full license text. */
|
||||||
transform: translateY(var(--uc-navbar-transform))
|
transform: translateY(var(--uc-navbar-transform))
|
||||||
}
|
}
|
||||||
|
|
||||||
:root[customizing],
|
:root:is([customizing],[chromehidden*="toolbar"]) :where(#nav-bar,#PersonalToolbar,#tab-notification-deck){
|
||||||
:root[chromehidden*="toolbar"] :where(#nav-bar,#PersonalToolbar,#tab-notification-deck){
|
transform: none !important;
|
||||||
|
opacity: 1 !important;
|
||||||
|
}{
|
||||||
transform: none !important;
|
transform: none !important;
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue