Bug 1391593 - Increase the bottom padding of the bookmarks toolbar by 1px. r=nhnt11

MozReview-Commit-ID: JJGp5NSCCTS

--HG--
extra : rebase_source : a466ffdbd2903fc71d6f1ff4416c5b129106b635
This commit is contained in:
Johann Hofmann 2017-09-18 15:32:55 +02:00
parent acbdbe42e2
commit acd380512e

View File

@ -45,7 +45,7 @@
overflow: -moz-hidden-unscrollable;
max-height: 4em;
transition: min-height 170ms ease-out, max-height 170ms ease-out;
padding: 0 6px 1px;
padding: 0 6px 2px;
}
#navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(#nav-bar)[collapsed=true] {