Add theme: Cleaner Downloads

This commit is contained in:
MihkelMK 2025-03-07 16:25:05 +00:00 committed by GitHub
parent 5afb1dd7df
commit 3700513115
4 changed files with 47 additions and 0 deletions

View 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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View 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).
![Screenshot of customized downloads menu](https://raw.githubusercontent.com/MihkelMK/zen-mods/refs/heads/main/cleaner_downloads/image.png)

View 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"
}