mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 04:13:30 +03:00
Merge pull request #1090 from bnchdrff/user-image-ff-fix
fixes firefox user image disappearance
This commit is contained in:
parent
b544ee7ed6
commit
c6d805cd28
@ -206,8 +206,8 @@
|
||||
|
||||
.img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 110px;
|
||||
height: 110px;
|
||||
background-image: url(/shared/img/user-image.png);
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
|
Loading…
Reference in New Issue
Block a user