sforkowany z mirror/soapbox
17 wiersze
389 B
SCSS
17 wiersze
389 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,
|
|
.icon-with-counter__counter,
|
|
.trends__item__count,
|
|
.sidebar-menu-profile__stats {
|
|
display: none;
|
|
}
|
|
|
|
.account__header__bar {
|
|
min-height: 50px;
|
|
@media (min-width: 895px) { height: 50px; }
|
|
}
|
|
}
|