You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Center the bookmarks toolbar */@media (-moz-bool-pref:"uc.bookmarks.center-toolbar") {
#PlacesToolbarItems {
justify-content: center;
}
}
/* Hide folder icons in the bookmarks toolbar */@media (-moz-bool-pref:"uc.bookmarks.hide-folder-icons") {
.bookmark-item[container="true"] .toolbarbutton-icon {
display: none;
}
}
/* Hide favicons in the bookmarks toolbar */@media (-moz-bool-pref:"uc.bookmarks.hide-favicons") {
.bookmark-item:not([container]) .toolbarbutton-icon {
display: none;
}
}
Readme
This theme contains a few small tweaks to the bookmarks toolbar:
- Center the toolbar
- Hide bookmark or bookmark folder icons
Each of these settings can be enabled individually by changing the configuration in the settings page.
To enable the bookmarks toolbar, press Ctrl + Shift + B
Feel free to suggest additional tweaks.
Name
Bookmark Toolbar Tweaks
Description
Center the bookmarks, hide the icons!
Homepage
https://github.com/n7itro/Zen-Themes/
Image
https://i.imgur.com/mKlKe7d.png
Theme Styles
Readme
Preferences
The text was updated successfully, but these errors were encountered: