akshat46 / FlyingFox

An opinionated set of configurations for firefox.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webapp outputs outdated variable names regarding Window Control placement

asla9709 opened this issue · comments

Describe the bug
When generating a "config.css" from the webapp, it includes the variable --wc-horizontal-shift, when the actual variables in the config should be --wc-left-space and --wc-right-space. This has the effect of disabling the window controls when the generated config is used.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://flyingfox.netlify.app
  2. Click on "Customize"
  3. Click on the "Settings" icon, and then the "Code" icon on the top right.
  4. Generated config.css has the wrong variable.

Screenshots
If applicable, add screenshots to help explain your problem.

Firefox Version:
85.0.1

Thanks for pointing this out. Deploy pipeline was pointing to an old branch. Fixed now.