15 lines
354 B
SCSS
15 lines
354 B
SCSS
|
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,
|
||
|
.trends__item__count,
|
||
|
.sidebar-menu-profile__stats {
|
||
|
display: none;
|
||
|
}
|
||
|
.account__header__bar {
|
||
|
min-height: 50px;
|
||
|
@media (min-width:895px) {height: 50px;}
|
||
|
}
|
||
|
}
|