diff --git a/themes/477bc813-c333-4747-813e-00e0420ceec0/chrome.css b/themes/477bc813-c333-4747-813e-00e0420ceec0/chrome.css new file mode 100644 index 00000000..d034436e --- /dev/null +++ b/themes/477bc813-c333-4747-813e-00e0420ceec0/chrome.css @@ -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 */ +} diff --git a/themes/477bc813-c333-4747-813e-00e0420ceec0/image.png b/themes/477bc813-c333-4747-813e-00e0420ceec0/image.png new file mode 100644 index 00000000..829b4bec Binary files /dev/null and b/themes/477bc813-c333-4747-813e-00e0420ceec0/image.png differ diff --git a/themes/477bc813-c333-4747-813e-00e0420ceec0/readme.md b/themes/477bc813-c333-4747-813e-00e0420ceec0/readme.md new file mode 100644 index 00000000..2ebbacec --- /dev/null +++ b/themes/477bc813-c333-4747-813e-00e0420ceec0/readme.md @@ -0,0 +1,7 @@ + +

+ Wazz's custom image +

+ +# Move Essentials to Bottom +Moves your essentials to the bottom on the Sidebar. diff --git a/themes/477bc813-c333-4747-813e-00e0420ceec0/theme.json b/themes/477bc813-c333-4747-813e-00e0420ceec0/theme.json new file mode 100644 index 00000000..a52125fd --- /dev/null +++ b/themes/477bc813-c333-4747-813e-00e0420ceec0/theme.json @@ -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" +} \ No newline at end of file