firefox: fix userChrome example

Example CSS wasn't valid for Firefox 69+.
This commit is contained in:
Jakub Nowak 2024-07-30 08:33:10 +02:00 committed by GitHub
parent d34aaf7b3b
commit 4fcd54df7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -402,7 +402,7 @@ in {
description = "Custom ${name} user chrome CSS.";
example = ''
/* Hide tab bar in FF Quantum */
@-moz-document url("chrome://browser/content/browser.xul") {
@-moz-document url(chrome://browser/content/browser.xul), url(chrome://browser/content/browser.xhtml) {
#TabsToolbar {
visibility: collapse !important;
margin-bottom: 21px !important;