Merge pull request #1093 from zen-browser/create-theme-1092

Add theme: Bleeding Corners Fix
This commit is contained in:
mr. m 2025-02-23 09:18:54 +01:00 committed by GitHub
commit df96395350
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,4 @@
.browserContainer {
clip-path: inset(0 round var(--zen-native-inner-radius));
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View file

@ -0,0 +1,5 @@
# Bleeding Corners Fix
Zen Browser uses border radius to round the corners of the web page. On some websites, the HTML background color can sometimes bleed-through the edges of the border radius, usually creating a white outline or artifact. This mod prevents this by applying a simple clip-path to the container, without compromising any content on the containers edge.
> Mods may break in later versions. I use these mods myself, and keep them up-to-date with the latest versions of Zen. If something doesn't work as intended, feel free to [reach out](mailto:roman@rsiebert.dev).

View file

@ -0,0 +1,14 @@
{
"id": "7d577b21-4685-4db2-bb17-d39d08eec199",
"name": "Bleeding Corners Fix",
"description": "Fixes the white outlines (or artifacts) on the rounded corners that can appear on some pages.",
"homepage": "",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/7d577b21-4685-4db2-bb17-d39d08eec199/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/7d577b21-4685-4db2-bb17-d39d08eec199/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/7d577b21-4685-4db2-bb17-d39d08eec199/image.png",
"author": "rsiebertdev",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-02-17",
"updatedAt": "2025-02-17"
}