This commit is contained in:
mr. m 2025-07-02 12:55:08 -04:00 committed by GitHub
commit 552ead3b37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,8 @@
@-moz-document url-prefix("chrome:") {
/* Hides the close button on pinned tabs */
:root #vertical-pinned-tabs-container .tab-close-button,
#main-window #vertical-pinned-tabs-container .tab-close-button {
display: none !important;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -0,0 +1,3 @@
This zen mod removes the close button from pinned tabs to prevent accidental closure.
Pinned tabs can still be closed through the context menu.

View file

@ -0,0 +1,14 @@
{
"id": "fb473f0e-005f-4cf1-97f8-ad1475f16722",
"name": "Hide pinned close button",
"description": "hide the close button on pinned tabs, to prevent accidental closure.",
"homepage": "https://github.com/Bliwi/zenhideclosepinned",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fb473f0e-005f-4cf1-97f8-ad1475f16722/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fb473f0e-005f-4cf1-97f8-ad1475f16722/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fb473f0e-005f-4cf1-97f8-ad1475f16722/image.png",
"author": "Bliwi",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-03-10",
"updatedAt": "2025-03-10"
}