Demetricator: hide follower/following stats
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user