mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
15 lines
403 B
CSS
15 lines
403 B
CSS
|
|
/**
|
|
* Zen Mod: Right Side Glance Buttons
|
|
* Move the at a glance buttons to the right side of the window.
|
|
* Pontus Sundén <hi@pontus.cc>
|
|
*/
|
|
#zen-glance-sidebar-container {
|
|
left: unset !important;
|
|
right: 6% !important;
|
|
top: 60px !important;
|
|
toolbarbutton {
|
|
box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.07) !important;
|
|
border: rgba(180, 180, 180, 0.2) 0.2px solid;
|
|
}
|
|
}
|