Add theme: Hide Close Button

This commit is contained in:
M-Borer 2025-03-09 10:48:54 +00:00 committed by GitHub
parent 21e5f9ab75
commit 6c2c970a20
4 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,4 @@
.tab-close-button {
display: none !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -0,0 +1,4 @@
Hides the close button on all tabs.
Tabs can still be closed with a middle click or the default ctrl + w shortcut.

View file

@ -0,0 +1,14 @@
{
"id": "dbd0b205-a5d9-4c0d-887a-df8e5f988599",
"name": "Hide Close Button",
"description": "Hides the close button on all tabs.",
"homepage": "https://github.com/M-Borer/zen-mods/tree/master/hide-close-button",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dbd0b205-a5d9-4c0d-887a-df8e5f988599/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dbd0b205-a5d9-4c0d-887a-df8e5f988599/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dbd0b205-a5d9-4c0d-887a-df8e5f988599/image.png",
"author": "M-Borer",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-03-09",
"updatedAt": "2025-03-09"
}