umami/components/metrics/MetricsBar.module.css

11 lines
141 B
CSS
Raw Permalink Normal View History

2020-08-19 21:35:38 +00:00
.bar {
display: flex;
2020-08-19 21:35:38 +00:00
cursor: pointer;
}
2020-08-02 07:51:26 +00:00
2020-08-19 21:35:38 +00:00
@media only screen and (max-width: 992px) {
.bar > div:last-child {
2020-08-02 07:51:26 +00:00
display: none;
}
}