mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Refined member gravatar design
no issue. - removed halo from member gravatars
This commit is contained in:
parent
97940742cf
commit
1f2e41e5e8
@ -5,6 +5,8 @@
|
||||
/* ----------------------------------------- */
|
||||
.gh-member-gravatar {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
.gh-member-avatar-label {
|
||||
@ -15,16 +17,16 @@
|
||||
.gh-member-avatar-image {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
box-sizing: content-box;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
border-radius: 100%;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: -1px;
|
||||
right: -1px;
|
||||
bottom: -1px;
|
||||
left: -1px;
|
||||
width: calc(100% + 2px);
|
||||
height: calc(100% + 2px);
|
||||
opacity: 1.0;
|
||||
max-width: unset;
|
||||
}
|
||||
|
||||
.gh-member-initials {
|
||||
|
Loading…
Reference in New Issue
Block a user