mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
fixes firefox user image disappearance
take advice from @JohnONolan and subtract border-width
This commit is contained in:
parent
35347795a8
commit
672bb01d15
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;
|
||||
|
|
Loading…
Reference in a new issue