Add theme: Hide nav buttons

This commit is contained in:
ogYwx 2025-03-03 15:13:22 +00:00 committed by GitHub
parent cdccfde6b2
commit 5558176830
4 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,8 @@
@-moz-document url-prefix("chrome:") {
#back-button, /* Hides the back button */
#forward-button /* Hides the forward button */
{
display: none !important;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

View file

@ -0,0 +1,8 @@
# HideBack&Forward Arrows in sidebar
This **Zen theme** hides the Forward & Back button.
Credits to: HidePlugin Dev https://github.com/adammpkins
I toke his code and changed 2 lines xD.

View file

@ -0,0 +1,14 @@
{
"id": "a8720b00-0af1-4d7a-98a4-3044d7d19635",
"name": "Hide nav buttons",
"description": "This removes the annoying Forward and back button in the sidebar",
"homepage": "",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a8720b00-0af1-4d7a-98a4-3044d7d19635/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a8720b00-0af1-4d7a-98a4-3044d7d19635/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a8720b00-0af1-4d7a-98a4-3044d7d19635/image.png",
"author": "ogYwx",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-03-03",
"updatedAt": "2025-03-03"
}