Demetricator: hide follower/following stats

This commit is contained in:
Alex Gleason 2021-10-15 22:13:43 -05:00
parent 5017804b0a
commit 5befbb3b34
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -5,7 +5,8 @@ body.demetricator {
.icon-with-badge__badge, .icon-with-badge__badge,
.icon-with-counter__counter, .icon-with-counter__counter,
.trends__item__count, .trends__item__count,
.sidebar-menu-profile__stats { .sidebar-menu-profile__stats,
.profile-stat__value {
display: none; display: none;
} }
@ -13,4 +14,8 @@ body.demetricator {
min-height: 50px; min-height: 50px;
@media (min-width: 896px) { height: 50px; } @media (min-width: 896px) { height: 50px; }
} }
.svg-icon--unread svg {
transform: rotate(0);
}
} }