Add theme: Borderless Compact Mode

This commit is contained in:
declider 2025-05-20 12:03:02 +00:00 committed by GitHub
parent 72dcd86bf2
commit 243527f447
4 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,5 @@
html[zen-compact-mode="true"] {
--zen-element-separation: 0px !important;
--zen-webview-border-radius: 0;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 KiB

View file

@ -0,0 +1,2 @@
Remove border and rounded corners only when compact mode enabled. It doesn't affect normal mode.

View file

@ -0,0 +1,14 @@
{
"id": "f700dae8-93bf-446f-b27f-8efbfff37e0f",
"name": "Borderless Compact Mode",
"description": "Remove border and rounded corners only when compact mode enabled",
"homepage": "",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f700dae8-93bf-446f-b27f-8efbfff37e0f/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f700dae8-93bf-446f-b27f-8efbfff37e0f/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f700dae8-93bf-446f-b27f-8efbfff37e0f/image.png",
"author": "declider",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-05-20",
"updatedAt": "2025-05-20"
}