v12022.10.18
Changes
- Fix for Firefox 106 changing the sidebar div name, meaning the sidebar wouldn't unfurl on hover properly. This has been fixed.
Issues
Has been brought to my attention I may need to put some focus on creating some OS-specific CSD values, especially for Windows. (#25)
In the mean time, these are the current values I am using for my version running Windows, which you can add to your prefs file.
/* Window Control / Client Side Display Settings ===
If you are putting this on the left or right side uncomment the side
preferences below and comment the other
=========================================================================
*/
--csd-width: 100px;
--csd-top: 8px;
/*
CSD - Left Side ===
Default: --csd-left: 50px; --csd-margin-left: 92px;
*/
/*
--csd-left: 50px;
--csd-margin-left: 92px;
*/
/*
CSD - Right Side ===
Defaults: --csd-right: 0px; --csd-margin-right: 95px;
*/
--csd-right: 36px;
--csd-margin-right: 130px;
/* === END: Window Control / Client Side Display Settings === */