mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -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 {
|
.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