firefox: remove titlebar

This commit is contained in:
lelgenio 2022-06-21 15:59:06 -03:00
parent 1026262031
commit a8169cdc41
1 changed files with 5 additions and 0 deletions

View File

@ -80,3 +80,8 @@
display: none;
}
/*** END Remove webRTC indicator ***/
/*** BEGIN Remove title bar ***/
#titlebar {
display: none;
}
/*** END Remove title bar ***/