Skip to content

Instantly share code, notes, and snippets.

View intincrab's full-sized avatar
🐰

Ajay Chauhan intincrab

🐰
  • Present day. Present time. (Ahahaha)
  • 21:01 (UTC +05:30)
View GitHub Profile

Conventional Commit Messages starline

See how a minor change to your commit message style can make a difference.

Tip

Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs

Commit Message Formats

Default

Fix Firefox Layout on Linux After a Fresh Install or Refresh

If you've just installed Firefox on Linux or have refreshed your Firefox and are experiencing layout issues, follow these steps to adjust the settings for a better experience.

  1. Open Firefox and type about:config in the address bar. Press Enter.

  2. You will see a warning message. Click on "Accept the Risk and Continue" to proceed to the advanced settings.

  3. Use the search bar at the top to find the following preferences and set them to the specified values:

    • layout.css.devPixelsPerPx : 1.2 (set according to you need)
  • uidensity : 1 (this will reduce the title bar height)