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.
This commit is contained in:
parent
c92f58859d
commit
9153e1c89f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue