Firefox 89's top bar is 10px bigger than it was before

This commit hides an extra 10px so I don't need to see it.
master
Jonathan Hodgson 3 years ago
parent c92f58859d
commit 9153e1c89f
  1. 2
      NOSTOW/firefox/userChrome.css

@ -16,7 +16,7 @@
/* hides the url bar unless I hover over it */
#navigator-toolbox {
margin-top: -72px;
margin-top: -82px;
transition: 0.2s margin-top ease-out;
border-bottom-width: 0;
}

Loading…
Cancel
Save