umami/components/metrics/RealtimeHeader.module.css

12 lines
153 B
CSS
Raw Permalink Normal View History

2020-10-10 00:58:27 +00:00
.metrics {
display: flex;
2020-10-15 00:22:46 +00:00
margin-bottom: 10px;
overflow: auto;
2020-10-10 00:58:27 +00:00
}
@media only screen and (max-width: 576px) {
.active {
display: none;
}
}