mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Merge pull request #1121 from abe33/fix_user_image_border_in_settings
Fix style issue on user-image on Firefox and Opera
This commit is contained in:
commit
3e2ce74c90
1 changed files with 2 additions and 1 deletions
|
@ -190,7 +190,7 @@
|
|||
|
||||
.user-image {
|
||||
@include box-sizing(border-box);
|
||||
display: table;
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
|
@ -211,6 +211,7 @@
|
|||
background-image: url(/shared/img/user-image.png);
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Add table
Reference in a new issue