fix removing firefox title bar

This commit is contained in:
Leonardo Eugênio 2022-10-22 23:54:02 -03:00
parent 8886d75b58
commit 9e807d6226

View file

@ -26,7 +26,7 @@ in {
"gfx.webrender.all" = true; "gfx.webrender.all" = true;
}; };
userChrome = '' userChrome = ''
#tabbrowser-tabs { visibility: collapse !important; } #titlebar { display: none !important; }
''; '';
}; };
}; };