Add theme: Bookmark Toolbar Tweaks

This commit is contained in:
n7itro 2024-08-19 20:29:17 +00:00 committed by GitHub
parent 4593e3bd54
commit eef4863b80
5 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,21 @@
/* 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;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View file

@ -0,0 +1 @@
{"uc.bookmarks.center-toolbar": "Center the bookmarks toolbar", "uc.bookmarks.hide-folder-icons": "Hide folder icons", "uc.bookmarks.hide-favicons": "Hide website icons"}

View file

@ -0,0 +1,10 @@
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.

View file

@ -0,0 +1 @@
{"id": "ea1a5ace-f698-4b45-ab88-6e8bd3a563f0", "name": "Bookmark Toolbar Tweaks", "description": "Center bookmarks, hide the icons!", "homepage": "https://github.com/n7itro/Zen-Themes/", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/image.png", "author": "n7itro", "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/preferences.json"}