Last active
October 12, 2021 15:33
-
-
Save maxlath/6b648089a6bcab993b6eaa079f3e417d to your computer and use it in GitHub Desktop.
Revisions
-
maxlath revised this gist
Oct 12, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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/[your firefox profile folder]/chrome/userChrome.css */ .urlbarView-row[label]{ -
maxlath revised this gist
Oct 12, 2021 . No changes.There are no files selected for viewing
-
maxlath revised this gist
Oct 12, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 */ .urlbarView-row[label]{ -
maxlath created this gist
Oct 12, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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; }