Bug 1330611 - [compact layout] position thumbnails more towards the top in default tiles. r=Gijs

MozReview-Commit-ID: 8l8EyfBWpWw

--HG--
extra : rebase_source : fc3fee8d501e1e01b68b6317ce94922a4ac157bd
This commit is contained in:
Dão Gottwald 2017-01-12 13:08:55 +01:00
Родитель e0aa635c20
Коммит 5261463586
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -188,6 +188,10 @@ body.compact .newtab-thumbnail.placeholder {
background-position: center center;
}
body.compact .newtab-site[type=affiliate] .newtab-thumbnail {
background-position: center 30%;
}
.newtab-site[type=affiliate] .newtab-thumbnail,
body:not(.compact) .newtab-site[type=enhanced] .newtab-thumbnail,
body:not(.compact) .newtab-site[type=organic] .newtab-thumbnail,