This commit is contained in:
mr. m 2025-06-23 17:13:58 +05:00 committed by GitHub
commit bf6f41e0fc
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,4 @@
#titlebar {
-moz-window-dragging: no-drag;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View file

@ -0,0 +1,7 @@
# Disable Sidebar Dragging
By default, Zen Browser allows moving the browser window by dragging within the sidebar. This can interfere with actions like double-clicking to open a new tab.
This mod disables this functionality, limiting it exclusively to the window's title bar.
![image](./screenshot.png)

View file

@ -0,0 +1,14 @@
{
"id": "ea59396a-09c4-4dd5-b32d-2d9ec667cdac",
"name": "Disable Sidebar Dragging",
"description": "This mod disables windows dragging within the sidebar, limiting it to the window's title bar.",
"homepage": "https://github.com/dom6770/zen-mods/tree/main/disable-sidebar-dragging",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea59396a-09c4-4dd5-b32d-2d9ec667cdac/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea59396a-09c4-4dd5-b32d-2d9ec667cdac/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea59396a-09c4-4dd5-b32d-2d9ec667cdac/image.png",
"author": "dom6770",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-01-12",
"updatedAt": "2025-01-12"
}