mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 18:05:37 +08:00
UX: fixes onebox favicon vertical alignment (#7926)
This commit is contained in:
parent
31f583855a
commit
02e27b5cff
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user