bigbuffet-rw/app/styles/demetricator.scss

16 lines
356 B
SCSS
Raw Normal View History

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,
.trends__item__count,
.sidebar-menu-profile__stats {
display: none;
}
2020-05-28 17:58:37 -07:00
2020-03-27 13:59:38 -07:00
.account__header__bar {
min-height: 50px;
2020-05-28 17:58:37 -07:00
@media (min-width: 895px) {height: 50px;}
2020-03-27 13:59:38 -07:00
}
}