diff --git a/chrome/show_window_title_in_menubar.css b/chrome/show_window_title_in_menubar.css new file mode 100644 index 0000000..f2d63b0 --- /dev/null +++ b/chrome/show_window_title_in_menubar.css @@ -0,0 +1,7 @@ +/* Shows window title in menubar */ +/* Enable menubar for correct behavior */ +@-moz-document url(chrome://browser/content/browser.xhtml){ + head{ display: block; position: fixed; width: 100vw; text-align: center } + head > *{ display: none } + head > title{ display: -moz-box; padding-top: 1px } +} \ No newline at end of file