Skip to content

Less obtrusive handle for collapsed floating panel #20

Description

@mazany

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;
        }
    `);
})();

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions