I prefer more minimal and less obtrusive look for the collapsed floating panel's handle. Would you consider changing it?
Currently, I'm using custom styling with userscript:
(function() {
'use strict';
// Inject CSS
GM_addStyle(`
#lyra-controls.collapsed {
background: #ffffff00 !important;
border-color: #00000000 !important;
box-shadow: none !important;
}
`);
})();

I prefer more minimal and less obtrusive look for the collapsed floating panel's handle. Would you consider changing it?
Currently, I'm using custom styling with userscript: