UX: fixes onebox favicon vertical alignment (#7926)

This commit is contained in:
Joffrey JAFFEUX 2019-07-24 09:40:32 +02:00 committed by GitHub
parent 31f583855a
commit 02e27b5cff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ a.loading-onebox {
@mixin onebox-favicon($class, $image) {
&.#{$class} .source {
background: image-url("favicons/#{$image}.png") no-repeat;
background: image-url("favicons/#{$image}.png") no-repeat 0% 50%;
background-size: 16px 16px;
padding-left: 20px;
}