Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Centers Boomark Toolbar #39

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Welcome to Shina Fox, a project that seeks to transform your Firefox experience
##### Step 1: Sidebery Configuration 🦔
- Firstly, install the [Sidebery Addon](https://addons.mozilla.org/firefox/addon/sidebery/).
- Navigate to Sidebery's `Settings` ⚙️ --> `Navigation bar` 📍
- Turn off the `Show navigation bar in one line` option.
- Turn on the `Show navigation bar in one line` option.
- Proceed to Sidebery's `Setting` ⚙️ --> `Style editor` 🎨
- Finally, copy and paste the following CSS code snippet into the provided space:

Expand Down Expand Up @@ -78,6 +78,10 @@ Welcome to Shina Fox, a project that seeks to transform your Firefox experience
- Download the [latest version](https://github.com/Shina-SG/Shina-Fox/releases/latest)
- Unzip the downloaded files and transfer them into the `chrome` folder

##### Step 5: Tabliss Extension For Fancy Startpage
- Download Tabliss Extension https://tabliss.io/
- Customize to your hearts content

Restart Firefox to experience your new cozy haven! 💓🎉

## Feature Breakdown 🌟
Expand Down
6 changes: 6 additions & 0 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,12 @@ tab,
opacity: 0 !important;
}

/* Center Bookmarks */
#PlacesToolbarItems {
display: flex !important;
justify-content: center !important;
}

/* Hover effect for toolbar and bookmark icon/text */
#navigator-toolbox:hover > #PersonalToolbar,
#navigator-toolbox:hover #PlacesToolbarItems > .bookmark-item .toolbarbutton-icon,
Expand Down