Demetricator: hide follower/following stats

profile-avatar-switcher
Alex Gleason 2021-10-15 22:13:43 -05:00
rodzic 5017804b0a
commit 5befbb3b34
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -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);
}
}