mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Added white border to member gravatar on member list
This commit is contained in:
parent
1f2e41e5e8
commit
a50cc62617
@ -7,6 +7,11 @@
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
border-radius: 100%;
|
||||
box-shadow: 0 0 0 2px var(--white);
|
||||
}
|
||||
|
||||
.gh-member-detail-avatar {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.gh-member-avatar-label {
|
||||
@ -31,7 +36,6 @@
|
||||
|
||||
.gh-member-initials {
|
||||
border: none;
|
||||
box-shadow: 0 0 0 1px var(--white);
|
||||
}
|
||||
|
||||
.gh-member-detail-avatar .gh-member-initials {
|
||||
|
Loading…
Reference in New Issue
Block a user