You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Space Border Width
Allows you to customize the width of the colored border that surrounds the web content area in each Zen Browser space.
## What it does
Zen Browser displays a colored frame around the web content when you are in a space. This mod makes that border width configurable — including setting it to `0px` to remove it entirely.
The default value (`8px`) matches Zen's built-in default, so activating this mod without changing the setting leaves the appearance unchanged.
## Usage
After installing, go to **Settings → Mods → Space Border Width** and enter a valid CSS length value:
-`0px` — no border
-`4px` — half the default
-`8px` — default Zen value
-`12px` — wider border
## Compatibility
Compatible with the **Disable Rounded Corners** mod. Both mods can be active at the same time.
## Notes- The value must be a valid CSS length (e.g. `0px`, `4px`, `1rem`). Invalid values will fall back to the browser default.
- Does not affect split view.
Name
Space Border Width
Description
Customize the width of the colored space border around web content
Homepage
No response
Image
https://i.imgur.com/EUcWO0L.png
Type
Theme Styles
Readme
Preferences
[ { "property": "mod.spaceborder.width", "label": "Border width (e.g. 0px, 4px, 8px)", "type": "string", "defaultValue": "8px", "placeholder": "e.g. 0px, 4px, 8px" } ]