mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed broken icon for activity empty state
This commit is contained in:
parent
ea92f89c1d
commit
ea2bbef4c1
1 changed files with 7 additions and 0 deletions
|
@ -31,6 +31,13 @@
|
||||||
margin: 0 -4px;
|
margin: 0 -4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.no-posts .gh-members-placeholder {
|
||||||
|
fill: var(--lightgrey);
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-member-details-activity h3 {
|
.gh-member-details-activity h3 {
|
||||||
margin: 0 0 2px;
|
margin: 0 0 2px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue