mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Add theme: Cleaner Downloads
This commit is contained in:
parent
5afb1dd7df
commit
3700513115
4 changed files with 47 additions and 0 deletions
20
themes/b3c200a8-22f3-465a-9902-adf18c3fca43/chrome.css
Normal file
20
themes/b3c200a8-22f3-465a-9902-adf18c3fca43/chrome.css
Normal file
|
@ -0,0 +1,20 @@
|
|||
|
||||
#emptyDownloads,
|
||||
#downloadsListBox richlistitem,
|
||||
#downloadsFooter button {
|
||||
padding-block: 0.7em !important;
|
||||
padding-inline: 10px !important;
|
||||
margin-block: 2px !important;
|
||||
margin-inline: var(--tab-block-margin) !important;
|
||||
}
|
||||
|
||||
#downloadsFooter button {
|
||||
border: 0 !important;
|
||||
}
|
||||
#downloadsPanel-blockedSubview,
|
||||
#downloadsPanel-mainView {
|
||||
padding: 0 !important;
|
||||
}
|
||||
#downloadsListBox richlistitem button.downloadButton {
|
||||
min-width: 1em !important;
|
||||
}
|
BIN
themes/b3c200a8-22f3-465a-9902-adf18c3fca43/image.png
Normal file
BIN
themes/b3c200a8-22f3-465a-9902-adf18c3fca43/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
13
themes/b3c200a8-22f3-465a-9902-adf18c3fca43/readme.md
Normal file
13
themes/b3c200a8-22f3-465a-9902-adf18c3fca43/readme.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
# Cleaner Downloads
|
||||
|
||||
Clean up the recent downloads menu.
|
||||
|
||||
- Adjust spacing
|
||||
- Make the separator take up the full width
|
||||
- Remove the border from `Show all downloads` button
|
||||
- Decrease the minimum with of the `Show in folder` button
|
||||
|
||||
Inspired by [Cleaner Extension Menu - Zen Mods](https://zen-browser.app/mods/1e86cf37-a127-4f24-b919-d265b5ce29a0/) by [KiKaraage](https://github.com/KiKaraage).
|
||||
|
||||

|
14
themes/b3c200a8-22f3-465a-9902-adf18c3fca43/theme.json
Normal file
14
themes/b3c200a8-22f3-465a-9902-adf18c3fca43/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"id": "b3c200a8-22f3-465a-9902-adf18c3fca43",
|
||||
"name": "Cleaner Downloads",
|
||||
"description": "Clean up the recent downloads menu.",
|
||||
"homepage": "https://github.com/MihkelMK/zen-mods/tree/main/cleaner_downloads",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b3c200a8-22f3-465a-9902-adf18c3fca43/chrome.css",
|
||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b3c200a8-22f3-465a-9902-adf18c3fca43/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b3c200a8-22f3-465a-9902-adf18c3fca43/image.png",
|
||||
"author": "MihkelMK",
|
||||
"version": "1.0.0",
|
||||
"tags": [],
|
||||
"createdAt": "2025-03-07",
|
||||
"updatedAt": "2025-03-07"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue