soapbox/app/styles/demetricator.scss

17 wiersze
389 B
SCSS
Czysty Zwykły widok Historia

2020-03-27 20:59:38 +00: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 19:10:50 +00:00
.icon-with-counter__counter,
2020-03-27 20:59:38 +00:00
.trends__item__count,
.sidebar-menu-profile__stats {
display: none;
}
2020-05-29 00:58:37 +00:00
2020-03-27 20:59:38 +00:00
.account__header__bar {
min-height: 50px;
@media (min-width: 895px) { height: 50px; }
2020-03-27 20:59:38 +00:00
}
}