mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Merge pull request #1090 from bnchdrff/user-image-ff-fix
fixes firefox user image disappearance
This commit is contained in:
parent
9ac01e02b4
commit
7009dce97c
1 changed files with 3 additions and 3 deletions
|
@ -206,8 +206,8 @@
|
||||||
|
|
||||||
.img {
|
.img {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 110px;
|
||||||
height: 100%;
|
height: 110px;
|
||||||
background-image: url(/shared/img/user-image.png);
|
background-image: url(/shared/img/user-image.png);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
|
|
Loading…
Add table
Reference in a new issue