-
-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Labels
new-themeSubmit a theme to be added to the theme librarySubmit a theme to be added to the theme library
Description
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
- JSON Color Theme
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"
}
]
}
]Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
new-themeSubmit a theme to be added to the theme librarySubmit a theme to be added to the theme library