Add theme: No Borders in Fullscreen

This commit is contained in:
Risengan 2025-05-15 16:29:24 +00:00 committed by GitHub
parent ba690d1db4
commit 49ca0e1963
4 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,9 @@
html[inFullscreen="true"] {
#zen-main-app-wrapper {
--zen-element-separation: 0px;
}
.browserSidebarContainer {
border-radius: 0px !important;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

View file

@ -0,0 +1,2 @@
Borders are hidden when Zen Browser goes to fullscreen, just like Arc.

View file

@ -0,0 +1,14 @@
{
"id": "f2708f1a-8570-4d17-b779-14d5c0991ac8",
"name": "No Borders in Fullscreen",
"description": "Borders are hidden when Zen Browser goes to fullscreen, just like Arc.",
"homepage": "",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f2708f1a-8570-4d17-b779-14d5c0991ac8/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f2708f1a-8570-4d17-b779-14d5c0991ac8/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f2708f1a-8570-4d17-b779-14d5c0991ac8/image.png",
"author": "Risengan",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-05-15",
"updatedAt": "2025-05-15"
}