theme-store/themes/20e8cc78-3dac-4db0-81a4-814672fb50af/chrome.css
2025-03-28 15:02:10 +00:00

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;
}
}