Bug 1577124 - Improve compact mode bookmarks toolbar alignment. r=dao

I made the left and right padding in compact mode on the bookmarks toolbar smaller,
so that the first favicon lines up with the back button and the see more bookmarks button
lines up with the main menu.

Differential Revision: https://phabricator.services.mozilla.com/D43775

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Asif Youssuff 2019-08-29 21:08:06 +00:00
parent 8e29ea4464
commit e2f8f3419b

View File

@ -59,6 +59,10 @@
padding: 0 6px 2px;
}
:root[uidensity=compact] #PersonalToolbar {
padding-inline: 2px;
}
:root[sessionrestored] #PersonalToolbar {
transition: min-height 170ms ease-out, max-height 170ms ease-out, @themeTransition@;
}