Add theme: Hides navigation buttons

This commit is contained in:
BinaryQuantumSoul 2025-05-08 20:45:25 +00:00 committed by GitHub
parent 2e27bdad86
commit 0c80a069f6
4 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,4 @@
toolbarbutton#back-button, toolbarbutton#forward-button {
visibility: hidden;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View file

@ -0,0 +1,2 @@
Hides navigation buttons

View file

@ -0,0 +1,14 @@
{
"id": "72df3002-fb28-46af-8d02-63453049ce80",
"name": "Hides navigation buttons",
"description": "Hides navigation buttons",
"homepage": "https://github.com/BinaryQuantumSoul/Zen-themes/tree/main/themes/hide-navigation-buttons",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/72df3002-fb28-46af-8d02-63453049ce80/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/72df3002-fb28-46af-8d02-63453049ce80/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/72df3002-fb28-46af-8d02-63453049ce80/image.png",
"author": "BinaryQuantumSoul",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-05-08",
"updatedAt": "2025-05-08"
}