gh-13121: Fixed top bar not showing when urlbar is focused (gh-13150)

This commit is contained in:
mr. m
2026-04-08 20:51:30 +02:00
committed by GitHub
parent 561a03421f
commit 9433b8a8f0

View File

@@ -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)",
},
],