mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 00:45:30 +02:00
5 lines
231 B
CSS
5 lines
231 B
CSS
/* 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 */
|
|
}
|