mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Merge 23c6c5acd5
into b36258a8c7
This commit is contained in:
commit
5907838786
4 changed files with 30 additions and 0 deletions
8
themes/ac1a4947-c808-4b46-a1e4-e4d1784df8e4/chrome.css
Normal file
8
themes/ac1a4947-c808-4b46-a1e4-e4d1784df8e4/chrome.css
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
#navigator-toolbox {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#navigator-toolbox>* {
|
||||
pointer-events: all;
|
||||
}
|
BIN
themes/ac1a4947-c808-4b46-a1e4-e4d1784df8e4/image.png
Normal file
BIN
themes/ac1a4947-c808-4b46-a1e4-e4d1784df8e4/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
8
themes/ac1a4947-c808-4b46-a1e4-e4d1784df8e4/readme.md
Normal file
8
themes/ac1a4947-c808-4b46-a1e4-e4d1784df8e4/readme.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
# Disable Toolbar Hover
|
||||
|
||||
All this mod/theme does is disabling mouse-pointer events on the sidebar/toolbar, while ensuring they stay enabled for its contents.
|
||||
|
||||
This means, the sidebar won't expand anymore if you are in compact mode and touch the borders of your browser window with your pointer. However, you can still hover tabs for preview etc. if the sidebar/toolbar is shown e.g. via keyboard shortcuts toggling its visibility.
|
||||
|
||||
The same applies to configurations where e.g. the sidebar is always visible, but usually expands on hover: it will not do that anymore, but you can still hover and click elements inside the sidebar.
|
14
themes/ac1a4947-c808-4b46-a1e4-e4d1784df8e4/theme.json
Normal file
14
themes/ac1a4947-c808-4b46-a1e4-e4d1784df8e4/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"id": "ac1a4947-c808-4b46-a1e4-e4d1784df8e4",
|
||||
"name": "Disable Sidebar Hover",
|
||||
"description": "Disables the hover-to-expand interaction for the sidebar/toolbar, while keeping contents functional.",
|
||||
"homepage": "https://gitlab.com/gambloide/zen-browser-no-toolbar-hover/-/tree/main",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ac1a4947-c808-4b46-a1e4-e4d1784df8e4/chrome.css",
|
||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ac1a4947-c808-4b46-a1e4-e4d1784df8e4/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ac1a4947-c808-4b46-a1e4-e4d1784df8e4/image.png",
|
||||
"author": "Gambloide",
|
||||
"version": "1.0.0",
|
||||
"tags": [],
|
||||
"createdAt": "2025-01-30",
|
||||
"updatedAt": "2025-01-30"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue