mirror of
https://github.com/zen-browser/desktop.git
synced 2026-06-02 09:57:55 +00:00
gh-13121: Fixed top bar not showing when urlbar is focused (gh-13150)
This commit is contained in:
@@ -197,7 +197,7 @@ window.gZenCompactModeManager = {
|
||||
[
|
||||
{
|
||||
selector:
|
||||
":where([panelopen='true'], [open='true'], [breakout-extend='true'])" +
|
||||
":where([panelopen='true'], [open='true'], #urlbar:focus-within, [breakout-extend='true'])" +
|
||||
":not(.zen-compact-mode-ignore)",
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user