fix removing firefox title bar
This commit is contained in:
parent
8886d75b58
commit
9e807d6226
|
@ -26,7 +26,7 @@ in {
|
||||||
"gfx.webrender.all" = true;
|
"gfx.webrender.all" = true;
|
||||||
};
|
};
|
||||||
userChrome = ''
|
userChrome = ''
|
||||||
#tabbrowser-tabs { visibility: collapse !important; }
|
#titlebar { display: none !important; }
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue