bigbuffet-rw/app/styles/demetricator.scss
marcin mikołajczak 20038cf1e4 Fix ui at width 895
Signed-off-by: marcin mikołajczak <me@mkljczk.pl>
2021-09-24 14:43:17 +02:00

16 lines
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: 896px) { height: 50px; }
}
}