2020-03-27 13:59:38 -07:00
|
|
|
body.demetricator {
|
|
|
|
.user-panel .user-panel-stats-item__value,
|
|
|
|
.account__header__extra__links a > span:first-of-type,
|
|
|
|
.detailed-status__link,
|
|
|
|
.icon-with-badge__badge,
|
2021-01-15 11:10:50 -08:00
|
|
|
.icon-with-counter__counter,
|
2020-03-27 13:59:38 -07:00
|
|
|
.trends__item__count,
|
2021-10-15 20:13:43 -07:00
|
|
|
.sidebar-menu-profile__stats,
|
|
|
|
.profile-stat__value {
|
2020-03-27 13:59:38 -07:00
|
|
|
display: none;
|
|
|
|
}
|
2020-05-28 17:58:37 -07:00
|
|
|
|
2020-03-27 13:59:38 -07:00
|
|
|
.account__header__bar {
|
|
|
|
min-height: 50px;
|
2021-09-24 05:43:17 -07:00
|
|
|
@media (min-width: 896px) { height: 50px; }
|
2020-03-27 13:59:38 -07:00
|
|
|
}
|
2021-10-15 20:13:43 -07:00
|
|
|
|
|
|
|
.svg-icon--unread svg {
|
|
|
|
transform: rotate(0);
|
|
|
|
}
|
2021-10-24 12:52:42 -07:00
|
|
|
|
|
|
|
@media (min-width: 896px) {
|
|
|
|
.account-timeline .sub-navigation {
|
|
|
|
top: 110px;
|
|
|
|
}
|
|
|
|
}
|
2020-03-27 13:59:38 -07:00
|
|
|
}
|