Add theme: Bottom Essentials

This commit is contained in:
TheBigWazz 2024-11-12 23:29:41 +00:00 committed by GitHub
parent 9e1ab25908
commit a19c0ddc10
4 changed files with 27 additions and 0 deletions

View 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 */
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View 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.

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