From 39197caad92d5b0604931bb95a57be949def0d2c Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 2 Feb 2020 12:53:13 +0200 Subject: [PATCH] Don't make head visible in fullscreen mode --- chrome/show_window_title_in_menubar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/show_window_title_in_menubar.css b/chrome/show_window_title_in_menubar.css index da90101..7bda4b0 100644 --- a/chrome/show_window_title_in_menubar.css +++ b/chrome/show_window_title_in_menubar.css @@ -1,7 +1,7 @@ /* Shows window title in menubar */ /* Enable menubar for correct behavior */ @-moz-document url(chrome://browser/content/browser.xhtml){ - head{ + :root:not([sizemode="fullscreen"]) > head{ display: block; position: fixed; right: 140px; /* Space for window controls */