Comment firefox toolbar visibility

This commit is contained in:
Vladan Popovic 2020-06-16 21:33:55 +02:00
parent 3cd8dfbd82
commit 662ebf4c38

View file

@ -1,4 +1,5 @@
/* hides the native tabs */ /* hides the native tabs */
#TabsToolbar { /* #TabsToolbar {
visibility: collapse; visibility: collapse;
} }
*/