Name
Glance control alignment
Description
Align the glance controls on the left or right of the glance window.
Homepage
https://github.com/riverattic/glance-control-alignment
Image
https://raw.githubusercontent.com/riverattic/glance-control-alignment/refs/heads/main/image.png
Type
Theme Styles
@-moz-document url-prefix("chrome:") {
/* Left (Default) */
body:has(#theme-Glance-control-alignment[theme-glance-control-alignment-position='left']) {
.zen-glance-sidebar-container {
left: unset !important;
right: 100% !important;
}
}
/* Right */
body:has(#theme-Glance-control-alignment[theme-glance-control-alignment-position='right']) {
.zen-glance-sidebar-container {
left: 100% !important;
right: unset !important;
}
}
}
Readme
# Glance control alignment
Align the glance controls on the left or right of the glance window.
Preferences
[
{
"property": "theme.glance-control-alignment.position",
"label": "Position",
"type": "dropdown",
"disabledOn": [],
"placeholder": "Default",
"options": [
{
"label": "Left",
"value": "left"
},
{
"label": "Right",
"value": "right"
}
]
}
]
Name
Glance control alignment
Description
Align the glance controls on the left or right of the glance window.
Homepage
https://github.com/riverattic/glance-control-alignment
Image
https://raw.githubusercontent.com/riverattic/glance-control-alignment/refs/heads/main/image.png
Type
Theme Styles
Readme
# Glance control alignment Align the glance controls on the left or right of the glance window.Preferences
[ { "property": "theme.glance-control-alignment.position", "label": "Position", "type": "dropdown", "disabledOn": [], "placeholder": "Default", "options": [ { "label": "Left", "value": "left" }, { "label": "Right", "value": "right" } ] } ]