mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Add theme: Bottom Essentials
This commit is contained in:
parent
9e1ab25908
commit
a19c0ddc10
4 changed files with 27 additions and 0 deletions
6
themes/477bc813-c333-4747-813e-00e0420ceec0/chrome.css
Normal file
6
themes/477bc813-c333-4747-813e-00e0420ceec0/chrome.css
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
/* Move #zen-essentials-container to the bottom of the sidebar */
|
||||
#zen-essentials-container {
|
||||
margin-top: auto; /* Pushes #zen-essentials-container to the bottom */
|
||||
order: 999; /* In case flexbox is used, ensure it's last */
|
||||
}
|
BIN
themes/477bc813-c333-4747-813e-00e0420ceec0/image.png
Normal file
BIN
themes/477bc813-c333-4747-813e-00e0420ceec0/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
7
themes/477bc813-c333-4747-813e-00e0420ceec0/readme.md
Normal file
7
themes/477bc813-c333-4747-813e-00e0420ceec0/readme.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
<p align="center">
|
||||
<img src="https://github.com/user-attachments/assets/0b66b793-f3d9-43c5-80f6-49488aefac2d" alt="Wazz's custom image"/>
|
||||
</p>
|
||||
|
||||
# Move Essentials to Bottom
|
||||
Moves your essentials to the bottom on the Sidebar.
|
14
themes/477bc813-c333-4747-813e-00e0420ceec0/theme.json
Normal file
14
themes/477bc813-c333-4747-813e-00e0420ceec0/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"id": "477bc813-c333-4747-813e-00e0420ceec0",
|
||||
"name": "Bottom Essentials",
|
||||
"description": "Move your Essential Tabs to the bottom of the Sidebar for some Visual seperation from Pinned tabs.",
|
||||
"homepage": "https://github.com/TheBigWazz/ZenThemes/tree/main/Bottom-Essentials",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/477bc813-c333-4747-813e-00e0420ceec0/chrome.css",
|
||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/477bc813-c333-4747-813e-00e0420ceec0/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/477bc813-c333-4747-813e-00e0420ceec0/image.png",
|
||||
"author": "TheBigWazz",
|
||||
"version": "1.0.0",
|
||||
"tags": [],
|
||||
"createdAt": "2024-11-12",
|
||||
"updatedAt": "2024-11-12"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue