userChrome/urlbar: hide bookmarks toolbar (MR 19)
This commit is contained in:
parent
41e3f583ea
commit
eb890d187c
1 changed files with 9 additions and 0 deletions
|
@ -68,4 +68,13 @@
|
||||||
overflow-x: none !important;
|
overflow-x: none !important;
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Bookmarks toolbar. Firefox shows it for some reason when opening a
|
||||||
|
* private browsing window, even if it is not enabled in the normal
|
||||||
|
* window view. Hide it for mobile, it eats precious space and can't be
|
||||||
|
* organized properly on mobile anyway. Using the searchbar to filter
|
||||||
|
* through bookmarks is much more efficient. */
|
||||||
|
#PersonalToolbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue