Disable titlebar opacity changes in click_selected_tab_to_focus_urlbar

This commit is contained in:
MrOtherGuy
2024-04-16 20:15:40 +03:00
parent 0cc24d4211
commit 822be8f660
@@ -60,3 +60,8 @@ See the above repository for updates as well as full license text. */
z-index: 1;
pointer-events: none
}
#titlebar{
opacity: 1 !important;
will-change: unset !important;
transition: none !important;
}