Skip to content

Instantly share code, notes, and snippets.

@maxlath
Last active October 12, 2021 15:33
Show Gist options
  • Save maxlath/6b648089a6bcab993b6eaa079f3e417d to your computer and use it in GitHub Desktop.
Save maxlath/6b648089a6bcab993b6eaa079f3e417d to your computer and use it in GitHub Desktop.

Revisions

  1. maxlath revised this gist Oct 12, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion userChrome.css
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    /*
    Create or edit userChrome.css in your Firefox profile folder,
    typically found on Linux at ~/.mozilla/firefox/[some firefox profile folder]/chrome/userChrome.css
    typically found on Linux at ~/.mozilla/firefox/[your firefox profile folder]/chrome/userChrome.css
    */

    .urlbarView-row[label]{
  2. maxlath revised this gist Oct 12, 2021. No changes.
  3. maxlath revised this gist Oct 12, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion userChrome.css
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    /*
    Create or edit userChrome.css in your Firefox profile folder,
    typically found at ~/.mozilla/firefox/[some firefox profile folder]/chrome/userChrome.css
    typically found on Linux at ~/.mozilla/firefox/[some firefox profile folder]/chrome/userChrome.css
    */

    .urlbarView-row[label]{
  4. maxlath created this gist Oct 12, 2021.
    12 changes: 12 additions & 0 deletions userChrome.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    /*
    Create or edit userChrome.css in your Firefox profile folder,
    typically found at ~/.mozilla/firefox/[some firefox profile folder]/chrome/userChrome.css
    */

    .urlbarView-row[label]{
    margin-block-start: 0 !important;
    }

    .urlbarView-row[label]::before{
    display: none !important;
    }