The Figma Unfloater changes Figma UI3, making the new floating sidebars stop floating on any Figma design files.
The CSS was written by @imkylelambert (twitter), for use in an Arc Boost.
- Clone the repository. Press Code -> Install as Zip, or use Git if you're a pro!
- Once you've saved the repository in a sensible place (not downloads), you're ready for the next step.
- Go to chrome://extensions
- Turn on Developer Mode in the top right.
- Click "Load unpacked extension" in the top left.
- Select the Unfloater folder.
You're good to go!
You can see all the files inside this installation. It's one CSS file, one JSON file, and one MD file. There are also two .git files, which you can delete when you install. They set up this hosting on GitHub.
- Read through the CSS file. You can read and see that it only edits the properties of sidebar elements.
- Read the JSON file. You can see information about Chrome extension requirements, and that on sites
*://figma.com/design/*
, the CSSstyles.css
should be run. - Read the MD file. It's just this description!
I'm working to get this put on the Chrome Web store.
To find things to work on: click Issues.
To make your own edits: Above the green Code button, press Fork to make your own copy. Once you've made your edits, you can request to merge your changes by creating a pull request.