mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +02:00
Add theme: Cleaner Extension Menu
This commit is contained in:
parent
1acb993248
commit
e7164464e5
4 changed files with 28 additions and 0 deletions
23
themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/chrome.css
Normal file
23
themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/chrome.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
|
||||
#unified-extensions-view box.panel-header,
|
||||
#unified-extensions-description,
|
||||
#unified-extensions-messages-container {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#unified-extensions-view {
|
||||
width: var(--menu-panel-width) !important;
|
||||
}
|
||||
|
||||
panelview .unified-extensions-item-action-button {
|
||||
padding-inline: 10px !important;
|
||||
padding-block: 0px !important;
|
||||
}
|
||||
|
||||
#unified-extensions-manage-extensions {
|
||||
padding-inline: 10px !important;
|
||||
}
|
||||
|
||||
#unified-extensions-panel .unified-extensions-item {
|
||||
margin-block: 1px !important;
|
||||
}
|
BIN
themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/image.png
Normal file
BIN
themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
4
themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/readme.md
Normal file
4
themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/readme.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
Default Unified Extension Menu in Zen has lengthy description which added extra width on it. This theme will remove the Extension header and description, results on efficient panel size.
|
||||
|
||||
[Go here if you want to submit issue related to this theme](https://github.com/KiKaraage/ArcWTF/issues/new?assignees=KiKaraage&labels=Zen+Themes&projects=&template=zen-browser-theme-issue.md&title=%5BZBT%5D+)
|
1
themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/theme.json
Normal file
1
themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/theme.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"id": "1e86cf37-a127-4f24-b919-d265b5ce29a0", "name": "Cleaner Extension Menu", "description": "Remove header and reduce width of the Unified Extension Menu in Zen", "homepage": "", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/image.png", "author": "KiKaraage", "version": "1.0.0"}
|
Loading…
Add table
Add a link
Reference in a new issue