Demetricator: hide follower/following stats
This commit is contained in:
parent
5017804b0a
commit
5befbb3b34
1 changed files with 6 additions and 1 deletions
|
@ -5,7 +5,8 @@ body.demetricator {
|
|||
.icon-with-badge__badge,
|
||||
.icon-with-counter__counter,
|
||||
.trends__item__count,
|
||||
.sidebar-menu-profile__stats {
|
||||
.sidebar-menu-profile__stats,
|
||||
.profile-stat__value {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
@ -13,4 +14,8 @@ body.demetricator {
|
|||
min-height: 50px;
|
||||
@media (min-width: 896px) { height: 50px; }
|
||||
}
|
||||
|
||||
.svg-icon--unread svg {
|
||||
transform: rotate(0);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue