mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05: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
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
@ -257,4 +257,4 @@
|
|||
color: darken($brown, 5%);
|
||||
}
|
||||
|
||||
} //.settings
|
||||
} //.settings
|
||||
|
|
Loading…
Add table
Reference in a new issue